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/debugcmds.cpp

    r2 r9  
    3131#include "Language.h" 
    3232#include "MapManager.h" 
     33#include "BattleGroundMgr.h" 
    3334 
    3435bool ChatHandler::HandleDebugInArcCommand(const char* /*args*/) 
     
    513514    return true; 
    514515} 
     516 
     517bool ChatHandler::HandleDebugArenaCommand(const char * /*args*/) 
     518{ 
     519    sBattleGroundMgr.ToggleArenaTesting(); 
     520    return true; 
     521}