fix(Core/TempleOfAhnQiraj): Viscidus (#12956)

This commit is contained in:
Angelo Venturini
2022-09-21 15:19:21 -03:00
committed by GitHub
parent d50dfdbee6
commit 337c308dd3
5 changed files with 283 additions and 108 deletions

View File

@@ -91,6 +91,7 @@ public:
void DespawnEntry(uint32 entry);
void DespawnAll();
bool IsAnyCreatureAlive() const;
bool IsAnyCreatureWithEntryAlive(uint32 entry) const;
bool IsAnyCreatureInCombat() const;
template <typename T>