diff options
author | p0wer <none@none> | 2010-03-02 19:44:54 -0600 |
---|---|---|
committer | p0wer <none@none> | 2010-03-02 19:44:54 -0600 |
commit | 2942a19592d2820e6bd284a909a532bc0015a3d0 (patch) | |
tree | dc57f7cc8bdc4705ee0764029142708644feb112 /src/game/BattleGround.h | |
parent | d3e09cb65f1c3e61263040708c8ac1a8e4ee4f42 (diff) |
Some SA fixes by gyullo.
Also added formating fix for BattleGroundSA::EventPlayerUsedGO.
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGround.h')
-rw-r--r-- | src/game/BattleGround.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h index b82884771d5..02783a582a9 100644 --- a/src/game/BattleGround.h +++ b/src/game/BattleGround.h @@ -50,6 +50,7 @@ enum BattleGroundQuests SPELL_AV_QUEST_REWARD = 43475, SPELL_AV_QUEST_KILLED_BOSS = 23658, SPELL_EY_QUEST_REWARD = 43477, + SPELL_SA_QUEST_REWARD = 61213, SPELL_AB_QUEST_REWARD_4_BASES = 24061, SPELL_AB_QUEST_REWARD_5_BASES = 24064 }; @@ -62,10 +63,13 @@ enum BattleGroundMarks SPELL_AB_MARK_WINNER = 24953, SPELL_AV_MARK_LOSER = 24954, SPELL_AV_MARK_WINNER = 24955, + SPELL_SA_MARK_WINNER = 61160, + SPELL_SA_MARK_LOSER = 61159, ITEM_AV_MARK_OF_HONOR = 20560, ITEM_WS_MARK_OF_HONOR = 20558, ITEM_AB_MARK_OF_HONOR = 20559, - ITEM_EY_MARK_OF_HONOR = 29024 + ITEM_EY_MARK_OF_HONOR = 29024, + ITEM_SA_MARK_OF_HONOR = 42425 }; enum BattleGroundMarksCount |