*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

@@ -77,6 +77,12 @@ void MapInstanced::RemoveAllObjectsInRemoveList()
Map::RemoveAllObjectsInRemoveList();
}
void MapInstanced::RelocationNotify()
{
for (InstancedMaps::iterator i = m_InstancedMaps.begin(); i != m_InstancedMaps.end(); ++i)
i->second->RelocationNotify();
}
bool MapInstanced::RemoveBones(uint64 guid, float x, float y)
{
bool remove_result = false;