Core/Player: Do not remove auras from Gamemasters in arenas
Port From (https://github.com/TrinityCore/TrinityCore/commit/90b81a212e2416f767be3ea06567303d36811449)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user