Skip to content

Commit

Permalink
BfA/SiegeOfBoralus/Trash: Burning Tar scoping
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Oct 26, 2024
1 parent 936acbc commit bd28137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BfA/SiegeOfBoralus/Trash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ do
local prev = 0
function mod:BurningTarDamage(args)
local t = args.time
if t - prev > 1.5 then
if self:Me(args.destGUID) and t - prev > 1.5 then
prev = t
self:PersonalMessage(256640, "underyou")
self:PlaySound(256640, "underyou")
Expand Down Expand Up @@ -340,7 +340,7 @@ do
if args.time - prev > 2 then
prev = args.time
self:TargetMessage(args.spellId, "yellow", args.destName)
self:PlaySound(args.spellId, "alarm")
self:PlaySound(args.spellId, "alarm", nil, args.destName)
end
end
end
Expand Down

0 comments on commit bd28137

Please sign in to comment.