aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r--src/game/Map.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp
index 8a673c8937d..65c30f1781e 100644
--- a/src/game/Map.cpp
+++ b/src/game/Map.cpp
@@ -821,7 +821,9 @@ void Map::Update(const uint32 &t_diff)
i_lock = true;
+ MoveAllCreaturesInMoveList();
RelocationNotify();
+ RemoveAllObjectsInRemoveList();
// Don't unload grids if it's battleground, since we may have manually added GOs,creatures, those doesn't load from DB at grid re-load !
// This isn't really bother us, since as soon as we have instanced BG-s, the whole map unloads as the BG gets ended