diff options
| author | QAston <none@none> | 2009-04-19 18:42:09 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-19 18:42:09 +0200 |
| commit | b6088230413327ede1e0fd7ca48ac8f7817a0177 (patch) | |
| tree | 501d6743b220e07741899e51cfefcc76a0368a42 /src | |
| parent | 8e21e7e2f6f28819a330559ef5a79c412748601f (diff) | |
*Load auras for pet correctly.
--HG--
branch : trunk
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(); |
