fix(Scripts/Outlands): Fix Kazzak not reseting his timers (#16675)

* fix(Scripts/Outlands): Fix Kazzak not reseting his timers

* Update boss_doomlord_kazzak.cpp
This commit is contained in:
Skjalf
2023-07-05 15:28:17 -03:00
committed by GitHub
parent 893a9beeac
commit dc071dab4c

View File

@@ -56,6 +56,7 @@ public:
void Reset() override
{
_scheduler.CancelAll();
_inBerserk = false;
}