feat(Core/WorldObjects): implement Heartbeat timers (#20872)

This commit is contained in:
Grimdhex
2024-12-13 08:50:45 +01:00
committed by GitHub
parent 993bdcb84e
commit a4e2b1d743
5 changed files with 26 additions and 10 deletions

View File

@@ -1952,9 +1952,6 @@ public:
float m_threatModifier[MAX_SPELL_SCHOOL];
float m_modAttackSpeedPct[3];
// Event handler
EventProcessor m_Events;
SpellImmuneList m_spellImmune[MAX_SPELL_IMMUNITY];
uint32 m_lastSanctuaryTime;