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:
parent
893a9beeac
commit
dc071dab4c
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ public:
|
|||
|
||||
void Reset() override
|
||||
{
|
||||
_scheduler.CancelAll();
|
||||
_inBerserk = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue