diff options
author | QAston <none@none> | 2010-01-22 20:03:47 +0100 |
---|---|---|
committer | QAston <none@none> | 2010-01-22 20:03:47 +0100 |
commit | 216d32e8a76b65fb8d661d7e5a200edd637b8dd9 (patch) | |
tree | d73c6c8f58b1ec74fa248182f1e04b45f3e7626f /src/game/Object.cpp | |
parent | 7b3691ac9e5856736765dded523ca0ed18fc8db9 (diff) |
*Prevent assertion fail in Unit::_AddAura after creature add to remove list.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r-- | src/game/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp index eeb96db5798..7433113f051 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -1165,7 +1165,7 @@ void WorldObject::setActive( bool on ) } } -void WorldObject::CleanupsBeforeDelete() +void WorldObject::CleanupsBeforeDelete(bool finalCleanup) { } |