aboutsummaryrefslogtreecommitdiff
path: root/src/game/Pet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Pet.cpp')
-rw-r--r--src/game/Pet.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp
index 65694557175..dba79a47a72 100644
--- a/src/game/Pet.cpp
+++ b/src/game/Pet.cpp
@@ -359,10 +359,6 @@ void Pet::SavePetToDB(PetSaveMode mode)
if(mode > PET_SAVE_AS_CURRENT)
{
RemoveAllAuras();
-
- //only alive hunter pets get auras saved, the others don't
- if(!(getPetType() == HUNTER_PET && isAlive()))
- m_Auras.clear();
}
_SaveSpells();