mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Pet: Fixed pets dont lose auras on join arena (#17185)
This commit is contained in:
@@ -329,6 +329,9 @@ bool Pet::LoadPetFromDB(Player* owner, uint32 petEntry, uint32 petnumber, bool c
|
||||
_LoadSpellCooldowns();
|
||||
LearnPetPassives();
|
||||
InitLevelupSpellsForLevel();
|
||||
if (map->IsBattleArena())
|
||||
RemoveArenaAuras();
|
||||
|
||||
CastPetAuras(current);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user