aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r--src/game/Object.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp
index 3561621f0bd..8274797fda4 100644
--- a/src/game/Object.cpp
+++ b/src/game/Object.cpp
@@ -1096,6 +1096,10 @@ void WorldObject::setActive( bool on )
}
}
+void WorldObject::CleanupsBeforeDelete()
+{
+}
+
void WorldObject::_Create( uint32 guidlow, HighGuid guidhigh, uint32 mapid, uint32 phaseMask )
{
Object::_Create(guidlow, 0, guidhigh);