Skip to content

Commit

Permalink
Disc - Fix PW:B/LB
Browse files Browse the repository at this point in the history
  • Loading branch information
LSharpAura committed Feb 25, 2019
1 parent eb9ec20 commit 7244aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rotations/Priest/Discipline/DisciplineAuraV2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,8 @@ local function runRotation()
local loc = nil
local meleeHurt = {}
for j=1, #meleeFriends do
if meleeFriends[i].hp < getValue("PW:B/LB") then
tinsert(meleeHurt,meleeFriends[i])
if meleeFriends[j].hp < getValue("PW:B/LB") then
tinsert(meleeHurt,meleeFriends[j])
end
end
if #meleeHurt >= getValue("PW:B/LB Targets") then
Expand Down

0 comments on commit 7244aa9

Please sign in to comment.