aboutsummaryrefslogtreecommitdiff
path: root/src/game/Pet.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-11 18:58:34 +0200
committerQAston <none@none>2009-04-11 18:58:34 +0200
commit2e0ffba0bcea53f8b5ce15a51174c34cbc55d202 (patch)
treeccbd89ec8f207d7d74dcfb5a9ee2d480862eb44f /src/game/Pet.cpp
parenta5e7907ff5e6c1510f85513f5ec16f21336d5a45 (diff)
*Fix beacon of light.
*Fix a crash in Spell::CanAutoCast. --HG-- branch : trunk
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();