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