Changeset 221 for trunk/src/game/Map.cpp
- Timestamp:
- 11/19/08 13:47:48 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Map.cpp
r186 r221 534 534 } 535 535 536 void Map::MessageDistBroadcast(Player *player, WorldPacket *msg, float dist, bool to_self, bool own_team_only, bool to_possessor)536 void Map::MessageDistBroadcast(Player *player, WorldPacket *msg, float dist, bool to_self, bool to_possessor, bool own_team_only) 537 537 { 538 538 CellPair p = Trinity::ComputeCellPair(player->GetPositionX(), player->GetPositionY());