diff options
Diffstat (limited to 'src/game/Wintergrasp.h')
-rw-r--r-- | src/game/Wintergrasp.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/game/Wintergrasp.h b/src/game/Wintergrasp.h index 97ad004c2db..cc34520ae34 100644 --- a/src/game/Wintergrasp.h +++ b/src/game/Wintergrasp.h @@ -54,17 +54,6 @@ enum WintergraspSpell // SPELL_VICTORY_AURA = 60044, }; -enum WintergraspRewardEvent -{ - WIN_BATTLE, - LOSE_BATTLE, - DAMAGED_TOWER, - DESTROYED_TOWER, - DAMAGED_BUILDING, - INTACT_BUILDING, - WG_REWARD_EVENT_MAX, -}; - /* Not used / Not implemented const uint16 GameEventWintergraspDefender[2] = {50, 51}; @@ -260,8 +249,6 @@ class OPvPWintergrasp : public OutdoorPvP uint32 m_towerDestroyedCount[2]; uint32 m_towerDamagedCount[2]; - uint32 m_customHonorReward[WG_REWARD_EVENT_MAX]; - SiegeWorkshop *GetWorkshop(uint32 lowguid) const; SiegeWorkshop *GetWorkshopByEngGuid(uint32 lowguid) const; SiegeWorkshop *GetWorkshopByGOGuid(uint32 lowguid) const; |