Skip to content

Commit

Permalink
Push trash timer stop tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Nov 29, 2024
1 parent 8283420 commit b6aa834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Scenario-MoP/GreenFire.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ end
--Abort timers when all players out of combat, so NP timers clear on a wipe
--Caveat, it won't calls top with GUIDs, so while it might terminate bar objects, it may leave lingering nameplate icons
function mod:LeavingZoneCombat()
self:Stop()
self:Stop(true)
end

0 comments on commit b6aa834

Please sign in to comment.