fix(Scripts/IcecrownCitadel): Fix ICC buff not being reapplied after … (#15407)

This commit is contained in:
Skjalf
2023-03-16 05:20:25 -03:00
committed by GitHub
parent 7dfe23392c
commit 40ff0c607e
3 changed files with 80 additions and 35 deletions

View File

@@ -220,6 +220,9 @@ public:
// Cast spell on all players in instance
void DoCastSpellOnPlayers(uint32 spell);
// Cast spell on player
void DoCastSpellOnPlayer(Player* player, uint32 spell, bool includePets /*= false*/, bool includeControlled /*= false*/);
// Return wether server allow two side groups or not
bool ServerAllowsTwoSideGroups() { return sWorld->getBoolConfig(CONFIG_ALLOW_TWO_SIDE_INTERACTION_GROUP); }