diff options
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |