diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Pet.cpp | 1 | ||||
-rw-r--r-- | src/game/Player.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 59d02af930a..df4ed5f46d4 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -1089,7 +1089,6 @@ void Pet::_SaveSpells() void Pet::_LoadAuras(uint32 timediff) { sLog.outDebug("Loading auras for pet %u",GetGUIDLow()); - m_Auras.clear(); for (int i = 0; i < TOTAL_AURAS; i++) m_modAuras[i].clear(); diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 0fb8c4bdfa1..5ce396bfa69 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -14633,7 +14633,6 @@ void Player::_LoadActions(QueryResult *result) void Player::_LoadAuras(QueryResult *result, uint32 timediff) { sLog.outDebug("Loading auras for player %u",GetGUIDLow()); - m_Auras.clear(); for (int i = 0; i < TOTAL_AURAS; i++) m_modAuras[i].clear(); |