Changeset 221 for trunk/src/game/Player.cpp
- Timestamp:
- 11/19/08 13:47:48 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Player.cpp
r215 r221 5282 5282 } 5283 5283 5284 void Player::SendMessageToSetInRange(WorldPacket *data, float dist, bool self, bool own_team_only, bool to_possessor)5284 void Player::SendMessageToSetInRange(WorldPacket *data, float dist, bool self, bool to_possessor, bool own_team_only) 5285 5285 { 5286 5286 MapManager::Instance().GetMap(GetMapId(), this)->MessageDistBroadcast(this, data, dist, self, to_possessor, own_team_only); … … 8623 8623 return false; 8624 8624 } 8625 8626 8625 8627 8626 bool Player::HasItemCount( uint32 item, uint32 count, bool inBankAlso ) const … … 16606 16605 16607 16606 // prevent stealth flight 16608 RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_TALK);16607 //RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_TALK); 16609 16608 16610 16609 WorldPacket data(SMSG_ACTIVATETAXIREPLY, 4);