From 2ecf4550906909b06d33d6358822fc3f8a30e1cd Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 21 Apr 2009 11:18:46 -0500 Subject: *Move move and remove obj from world update to map update. --HG-- branch : trunk --- src/game/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/World.cpp') diff --git a/src/game/World.cpp b/src/game/World.cpp index 85a156c7206..b50e8476283 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1616,7 +1616,7 @@ void World::Update(time_t diff) /// ///- Move all creatures with "delayed move" and remove and delete all objects with "delayed remove" - MapManager::Instance().DoDelayedMovesAndRemoves(); + //MapManager::Instance().DoDelayedMovesAndRemoves(); // update the instance reset times sInstanceSaveManager.Update(); -- cgit v1.2.3