diff --git a/DBM-Scenario-MoP/GreenFire.lua b/DBM-Scenario-MoP/GreenFire.lua index 114a76f..f3db211 100644 --- a/DBM-Scenario-MoP/GreenFire.lua +++ b/DBM-Scenario-MoP/GreenFire.lua @@ -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