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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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