Skip to content

Commit

Permalink
EyeOfAzshara/LadyHatecoil: Use spell id for debuff check
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed May 4, 2018
1 parent 1d08aaa commit c74ee9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Legion/EyeOfAzshara/LadyHatecoil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end
function mod:CurseOfTheWitch(args)
if self:Me(args.destGUID) then
self:TargetMessage(args.spellId, args.destName, "Personal", "Alarm")
local _, _, duration = self:UnitDebuff("player", args.spellName) -- Random lengths
local _, _, duration = self:UnitDebuff("player", args.spellId) -- Random lengths
self:Bar(args.spellId, duration or 6)
end
end
Expand Down

0 comments on commit c74ee9c

Please sign in to comment.