aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundWS.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-25 12:51:14 -0500
committermegamage <none@none>2009-05-25 12:51:14 -0500
commit00f50798d365c0318b10a012c8985edb3c1f87c7 (patch)
treec26543841923604c6bc4ea382a99127d971327fd /src/game/BattleGroundWS.h
parentdfd041dd578df2a7d431831aa00676ab6b543b97 (diff)
parentfcbcf595113bb9b2c256fd5652adafa79ba89b78 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/BattleGroundWS.h')
-rw-r--r--src/game/BattleGroundWS.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/BattleGroundWS.h b/src/game/BattleGroundWS.h
index 906bccfe6ab..7395c3a5bb9 100644
--- a/src/game/BattleGroundWS.h
+++ b/src/game/BattleGroundWS.h
@@ -130,6 +130,12 @@ enum BG_WS_CreatureTypes
BG_CREATURES_MAX_WS = 2
};
+enum BG_WS_CarrierDebuffs
+{
+ WS_SPELL_FOCUSED_ASSAULT = 46392,
+ WS_SPELL_BRUTAL_ASSAULT = 46393
+};
+
class BattleGroundWGScore : public BattleGroundScore
{
public:
@@ -206,6 +212,9 @@ class BattleGroundWS : public BattleGround
uint32 m_ReputationCapture;
uint32 m_HonorWinKills;
uint32 m_HonorEndKills;
+ int32 m_FlagSpellForceTimer;
+ bool m_BothFlagsKept;
+ uint8 m_FlagDebuffState; // 0 - no debuffs, 1 - focused assault, 2 - brutal assault
};
#endif