Skip to content

Commit

Permalink
Legion/EyeOfAzshara/LadyHatecoil: Fix typo (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
donkers-mike authored Jan 9, 2025
1 parent 49651d1 commit 3048e81
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 @@ -86,7 +86,7 @@ end

function mod:CurseOfTheWitchRemoved(args)
if self:Me(args.destGUID) then
self:PesronalMessage(args.spellId, "removed")
self:PersonalMessage(args.spellId, "removed")
self:StopBar(args.spellName, args.destName)
end
end
Expand Down

0 comments on commit 3048e81

Please sign in to comment.