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.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp
index 726bb3534d2..e3da8480719 100644
--- a/src/game/Map.cpp
+++ b/src/game/Map.cpp
@@ -2126,12 +2126,11 @@ inline void Map::setNGrid(NGridType *grid, uint32 x, uint32 y)
i_grids[x][y] = grid;
}
-void Map::DoDelayedMovesAndRemoves()
-{
+//void Map::DoDelayedMovesAndRemoves()
+//{
//MoveAllCreaturesInMoveList();
//RemoveAllObjectsInRemoveList();
- RelocationNotify();
-}
+//}
void Map::AddObjectToRemoveList(WorldObject *obj)
{