Changeset 34 for trunk/src/game/BattleGroundWS.cpp
- Timestamp:
- 11/19/08 13:25:37 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/BattleGroundWS.cpp
r9 r34 26 26 #include "MapManager.h" 27 27 #include "Language.h" 28 #include "World.h" 28 29 29 30 BattleGroundWS::BattleGroundWS() … … 98 99 SendMessageToAll(GetMangosString(LANG_BG_WS_BEGIN)); 99 100 100 PlaySoundToAll(SOUND_BG_START); 101 if(sWorld.getConfig(CONFIG_BG_START_MUSIC)) 102 { 103 PlaySoundToAll(SOUND_BG_START); 104 PlaySoundToAll(SOUND_BG_START_L70ETC); //MUSIC - Custom config 105 } 106 else 107 PlaySoundToAll(SOUND_BG_START); 101 108 SetStatus(STATUS_IN_PROGRESS); 102 109