Skip to content

Commit

Permalink
SunkenTemple_Classic/AvatarOfHakkar: Fix removed message
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Apr 6, 2024
1 parent 37b9015 commit ccb848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SunkenTemple_Classic/AvatarOfHakkar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ end
function mod:CorruptedBloodRemoved(args)
if self:Me(args.destGUID) then
corruptedBloodOnMe = false
self:PersonalMessage(args.spellId)
self:PersonalMessage(args.spellId, "removed")
end
end

Expand Down

0 comments on commit ccb848e

Please sign in to comment.