Changeset 12 for trunk/src/game/Player.cpp
- Timestamp:
- 11/19/08 13:22:59 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Player.cpp
r9 r12 15381 15381 } 15382 15382 15383 void Player::PlaySound(uint32 Sound, bool OnlySelf)15384 {15385 WorldPacket data(SMSG_PLAY_SOUND, 4);15386 data << Sound;15387 if (OnlySelf)15388 GetSession()->SendPacket( &data );15389 else15390 SendMessageToSet( &data, true );15391 }15392 15393 15383 void Player::SendExplorationExperience(uint32 Area, uint32 Experience) 15394 15384 {