fix(Core/Map): It should be ensured that the instance is unloaded only after the Creature Respawn. (#23103)

This commit is contained in:
天鹭
2025-11-11 13:59:57 +08:00
committed by GitHub
parent 3fda02939b
commit 8f5d50435b
3 changed files with 11 additions and 7 deletions

View File

@@ -120,7 +120,7 @@ class EventProcessor
[[nodiscard]] uint64 CalculateQueueTime(uint64 delay) const;
void CancelEventGroup(uint8 group);
bool HaveEventList() const { return !m_events.empty(); }
bool HasEvents() const { return !m_events.empty(); }
protected:
uint64 m_time{0};