fix(Core/Scripts): Further improve the ScheduleHealthCheck() function (#20163)
This commit is contained in:
parent
0fa770d567
commit
31cb7579e0
2 changed files with 18 additions and 15 deletions
|
|
@ -503,6 +503,7 @@ protected:
|
|||
private:
|
||||
uint32 const _bossId;
|
||||
std::list<HealthCheckEventData> _healthCheckEvents;
|
||||
HealthCheckEventData _nextHealthCheck;
|
||||
};
|
||||
|
||||
class WorldBossAI : public ScriptedAI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue