Changeset 9 for trunk/src/game/BattleGroundBE.h
- Timestamp:
- 11/19/08 13:22:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/BattleGroundBE.h
r2 r9 65 65 bool SetupBattleGround(); 66 66 void ResetBGSubclass(); 67 virtual void FillInitialWorldStates(WorldPacket &d); 67 68 void HandleKillPlayer(Player* player, Player *killer); 69 bool HandlePlayerUnderMap(Player * plr); 68 70 69 71 /* Scorekeeping */ 70 72 void UpdatePlayerScore(Player *Source, uint32 type, uint32 value); 71 72 private:73 uint32 m_TeamKills[2]; // count of kills for each team74 73 }; 75 74 #endif