Changeset 221 for trunk/src/game/Map.cpp

Show
Ignore:
Timestamp:
11/19/08 13:47:48 (17 years ago)
Author:
yumileroy
Message:

[svn] Fix a bug that players cannot hear others talking.
Provide script support for type 10 gameobject.
Add some missing script sql.

Original author: megamage
Date: 2008-11-12 16:21:08-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Map.cpp

    r186 r221  
    534534} 
    535535 
    536 void Map::MessageDistBroadcast(Player *player, WorldPacket *msg, float dist, bool to_self, bool own_team_only, bool to_possessor) 
     536void Map::MessageDistBroadcast(Player *player, WorldPacket *msg, float dist, bool to_self, bool to_possessor, bool own_team_only) 
    537537{ 
    538538    CellPair p = Trinity::ComputeCellPair(player->GetPositionX(), player->GetPositionY());