Changeset 9 for trunk/src/game/Level3.cpp
- Timestamp:
- 11/19/08 13:22:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Level3.cpp
r6 r9 47 47 #include "Util.h" 48 48 #include "ItemEnchantmentMgr.h" 49 #include "BattleGroundMgr.h" 49 50 #include "InstanceSaveMgr.h" 50 51 #include "InstanceData.h" … … 5458 5459 return true; 5459 5460 } 5461 5462 bool ChatHandler::HandleFlushArenaPointsCommand(const char * /*args*/) 5463 { 5464 sBattleGroundMgr.DistributeArenaPoints(); 5465 return true; 5466 }