Show
Ignore:
Timestamp:
11/19/08 13:22:41 (17 years ago)
Author:
yumileroy
Message:

[svn] -enabled instantiated battlegrounds
-enabled arena matches
-rewritten battleground queuing to support joining as group
-removed queue announcements

Original author: w12x
Date: 2008-10-05 08:48:32-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/BattleGroundAB.cpp

    r2 r9  
    5050        { 
    5151            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            } 
    5259 
    5360            sLog.outDebug("Arathi Basin: entering state STATUS_WAIT_JOIN ...");