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 mik1893
parent e97ca908a0
commit 994eab6bae

View File

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