Skip to content

Commit

Permalink
SunkenTemple_Classic/ShadeOfEranikus: Make breath hits fully personal…
Browse files Browse the repository at this point in the history
… for now
  • Loading branch information
Justw8 committed Apr 5, 2024
1 parent d5fbd80 commit 5c9041d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SunkenTemple_Classic/ShadeOfEranikus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ function mod:CorrosiveBreath(args)
end

function mod:CorrosiveBreathApplied(args)
if self:Me(args.destGUID) or self:Tank() then
self:TargetMessage(args.spellId, "purple", args.destName)
self:PlaySound(args.spellId, "alarm")
end
if self:Me(args.destGUID) then
self:PersonalMessage(args.spellId)
self:PlaySound(args.spellId, "alarm")
end
end

function mod:BellowingRoar(args)
Expand Down

0 comments on commit 5c9041d

Please sign in to comment.