Core/Pet: Fixed pets dont lose auras on join arena (#17185)

This commit is contained in:
Keader
2016-06-16 12:51:18 -03:00
committed by Aokromes
parent f35df037b6
commit 47a89b8dcc

View File

@@ -330,6 +330,9 @@ bool Pet::LoadPetFromDB(Player* owner, uint32 petEntry, uint32 petnumber, bool c
_LoadSpellCooldowns();
LearnPetPassives();
InitLevelupSpellsForLevel();
if (map->IsBattleArena())
RemoveArenaAuras();
CastPetAuras(current);
}