diff options
author | megamage <none@none> | 2009-03-08 11:36:10 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-08 11:36:10 -0600 |
commit | 985b7656bb8f7de1cb192410f2ee0495dd43ae91 (patch) | |
tree | ac10c887e7e80fe17956ee2ca0742c40f3d24389 /src/game/BattleGround.h | |
parent | 88c050182cd2628984a0282f66256913cecd188b (diff) | |
parent | 0f8dee432c4eb78b466744b9e3e13266c6be19d7 (diff) |
*Merge.
--HG--
branch : trunk
rename : sql/updates/XXX_characters_auctionhouse.sql => sql/updates/1164_characters.sql
Diffstat (limited to 'src/game/BattleGround.h')
-rw-r--r-- | src/game/BattleGround.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h index d05969ec50a..ea691dc9750 100644 --- a/src/game/BattleGround.h +++ b/src/game/BattleGround.h @@ -53,12 +53,9 @@ enum BattleGroundQuests enum BattleGroundMarks { - SPELL_WS_MARK_LOSER = 24950, - SPELL_WS_MARK_WINNER = 24951, - SPELL_AB_MARK_LOSER = 24952, - SPELL_AB_MARK_WINNER = 24953, - SPELL_AV_MARK_LOSER = 24954, - SPELL_AV_MARK_WINNER = 24955, + ITEM_AV_MARK_OF_HONOR = 20560, + ITEM_WS_MARK_OF_HONOR = 20558, + ITEM_AB_MARK_OF_HONOR = 20559, ITEM_EY_MARK_OF_HONOR = 29024 }; |