aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGround.h
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-03-07 08:41:31 +0100
committerBlaymoira <none@none>2009-03-07 08:41:31 +0100
commit1013a80da304c5869e7f0c1543f58c921077683f (patch)
tree387b7325e16e0a8b0e5a7dac4654dcd5c975039b /src/game/BattleGround.h
parent786fa591635ab834de54078bdabeb038d2c16047 (diff)
*Send directly the battleground marks instead of spells - by balrok
--HG-- branch : trunk
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 41f7e37d235..411bbaf6211 100644
--- a/src/game/BattleGround.h
+++ b/src/game/BattleGround.h
@@ -50,12 +50,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
};