Skip to content

Commit

Permalink
Remove some message icons
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jun 6, 2024
1 parent c83a788 commit 4f18cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bastion/Halfus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function mod:UNIT_HEALTH(event, unit)
if hp < 55 then
self:UnregisterUnitEvent(event, unit)
if hp > 50 then
self:Message(83710, "orange", CL.soon:format(CL.count:format(CL.roar, furiousRoarCount)))
self:Message(83710, "orange", CL.soon:format(CL.count:format(CL.roar, furiousRoarCount)), false)
end
end
end
2 changes: 1 addition & 1 deletion Blackwing/Magmaw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function mod:UNIT_HEALTH(event, unit)
if hp < 36 then
self:UnregisterUnitEvent(event, unit)
if hp > 30 then
self:Message("stages", "cyan", CL.soon:format(CL.stage:format(2)))
self:Message("stages", "cyan", CL.soon:format(CL.stage:format(2)), false)
end
end
end

0 comments on commit 4f18cbe

Please sign in to comment.