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