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/BattleGroundBE.h

    r2 r9  
    6565        bool SetupBattleGround(); 
    6666        void ResetBGSubclass(); 
     67        virtual void FillInitialWorldStates(WorldPacket &d); 
    6768        void HandleKillPlayer(Player* player, Player *killer); 
     69        bool HandlePlayerUnderMap(Player * plr); 
    6870 
    6971        /* Scorekeeping */ 
    7072        void UpdatePlayerScore(Player *Source, uint32 type, uint32 value); 
    71  
    72     private: 
    73         uint32 m_TeamKills[2];                              // count of kills for each team 
    7473}; 
    7574#endif