*Fix the bug that players cannot see anything in instance.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-09 23:52:45 -05:00
parent eb219b08e2
commit 427a81649b
5 changed files with 13 additions and 7 deletions

View File

@@ -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)
{