aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-01 02:08:59 +0200
committerQAston <none@none>2009-08-01 02:08:59 +0200
commit129f6ce6f098430a98c0757a67afdc7767168ab0 (patch)
tree9c437c98a3ef8d6aad825e2bb4e3803eb26bb508 /src/game/Object.cpp
parent6343c2a00fc28c18379631fa60eb812f1749f98e (diff)
*Remove unneeded assert.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r--src/game/Object.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp
index 8a9a3e09be5..69a286289b3 100644
--- a/src/game/Object.cpp
+++ b/src/game/Object.cpp
@@ -1691,7 +1691,6 @@ void WorldObject::SendObjectDeSpawnAnim(uint64 guid)
void WorldObject::SetMap(Map * map)
{
- assert (!m_currMap);
ASSERT(map);
m_currMap = map;
}