Changeset 9 for trunk/src/game/BattleGroundAB.cpp
- Timestamp:
- 11/19/08 13:22:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/BattleGroundAB.cpp
r2 r9 50 50 { 51 51 m_Events |= 0x01; 52 53 // setup here, only when at least one player has ported to the map 54 if(!SetupBattleGround()) 55 { 56 EndNow(); 57 return; 58 } 52 59 53 60 sLog.outDebug("Arathi Basin: entering state STATUS_WAIT_JOIN ...");