Skip to content

Commit

Permalink
Add mark mapping for healerTR
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnichols committed Dec 16, 2020
1 parent 424fa05 commit 9f660a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4H-Assist/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local smallPos = {

local markPositions = {
[marks.tl] = { [pos.tankdpsTL] = true, [pos.healerTL] = true },
[marks.tr] = { [pos.tankdpsTR] = true, [pos.healerTR1] = true, [pos.healerTR2] = true, [pos.healerTR3] = true },
[marks.tr] = { [pos.tankdpsTR] = true, [pos.healerTR] = true, [pos.healerTR1] = true, [pos.healerTR2] = true, [pos.healerTR3] = true },
[marks.bl] = { [pos.tankdpsBL] = true, [pos.healerBL] = true },
[marks.br] = { [pos.tankdpsBR] = true, [pos.healerBR] = true },
};
Expand Down

0 comments on commit 9f660a7

Please sign in to comment.