aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGround.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-08 11:36:10 -0600
committermegamage <none@none>2009-03-08 11:36:10 -0600
commit985b7656bb8f7de1cb192410f2ee0495dd43ae91 (patch)
treeac10c887e7e80fe17956ee2ca0742c40f3d24389 /src/game/BattleGround.h
parent88c050182cd2628984a0282f66256913cecd188b (diff)
parent0f8dee432c4eb78b466744b9e3e13266c6be19d7 (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.h9
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
};