--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-08 17:34:01 -05:00
7 changed files with 74 additions and 13 deletions

View File

@@ -477,7 +477,7 @@ bool Map::Add(Player *player)
SendInitTransports(player);
player->m_clientGUIDs.clear();
AddNotifier(player);
//AddNotifier(player);
return true;
}
@@ -517,7 +517,7 @@ Map::Add(T *obj)
//if(obj->GetTypeId() != TYPEID_UNIT)
UpdateObjectVisibility(obj,cell,p);
AddNotifier(obj);
//AddNotifier(obj);
}
void Map::MessageBroadcast(Player *player, WorldPacket *msg, bool to_self, bool to_possessor)