Core/Player: Do not remove auras from Gamemasters in arenas

Port From (https://github.com/TrinityCore/TrinityCore/commit/90b81a212e2416f767be3ea06567303d36811449)
This commit is contained in:
hondacrx
2021-08-23 14:41:44 -04:00
parent 35c3699d4e
commit d773f6e71b
+1 -1
View File
@@ -1774,7 +1774,7 @@ namespace Game.Entities
}
// remove arena spell coldowns/buffs now to also remove pet's cooldowns before it's temporarily unsummoned
if (mEntry.IsBattleArena())
if (mEntry.IsBattleArena() && !IsGameMaster())
{
RemoveArenaSpellCooldowns(true);
RemoveArenaAuras();