fix(Core/Scripts): Further improve the ScheduleHealthCheck() function (#20163)

This commit is contained in:
Andrew
2024-10-09 08:08:37 -03:00
committed by GitHub
parent 0fa770d567
commit 31cb7579e0
2 changed files with 18 additions and 15 deletions

View File

@@ -503,6 +503,7 @@ protected:
private:
uint32 const _bossId;
std::list<HealthCheckEventData> _healthCheckEvents;
HealthCheckEventData _nextHealthCheck;
};
class WorldBossAI : public ScriptedAI