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

    r6 r9  
    4747#include "Util.h" 
    4848#include "ItemEnchantmentMgr.h" 
     49#include "BattleGroundMgr.h" 
    4950#include "InstanceSaveMgr.h" 
    5051#include "InstanceData.h" 
     
    54585459    return true; 
    54595460} 
     5461 
     5462bool ChatHandler::HandleFlushArenaPointsCommand(const char * /*args*/) 
     5463{ 
     5464    sBattleGroundMgr.DistributeArenaPoints(); 
     5465    return true; 
     5466}