fix(Scripts/BlackrockSpire): Rend Blackhand improvements (#8826)

This commit is contained in:
Skjalf
2021-11-02 19:31:35 -03:00
committed by GitHub
parent d35c6b6022
commit 1ed0a67ed1
6 changed files with 169 additions and 130 deletions

View File

@@ -89,6 +89,8 @@ public:
void Despawn(Creature const* summon) { storage_.remove(summon->GetGUID()); }
void DespawnEntry(uint32 entry);
void DespawnAll();
bool IsAnyCreatureAlive() const;
bool IsAnyCreatureInCombat() const;
template <typename T>
void DespawnIf(T const& predicate)