diff options
author | Blaymoira <none@none> | 2009-03-07 00:25:10 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-03-07 00:25:10 +0100 |
commit | ae540b526bb3c0ca3c5d910da515030233f8ea55 (patch) | |
tree | be4a56df017c1845e4421dd3c4fb144e3efd899f /src/game/BattleGroundWS.h | |
parent | b49732c04db0d5bf67bf78e73e9c22f2078fd47c (diff) |
*Prevent to pick both of the flags when they are on the ground - by Klaimmore
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGroundWS.h')
-rw-r--r-- | src/game/BattleGroundWS.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/BattleGroundWS.h b/src/game/BattleGroundWS.h index b86ce2054cc..c804c250209 100644 --- a/src/game/BattleGroundWS.h +++ b/src/game/BattleGroundWS.h @@ -101,7 +101,9 @@ enum BG_WS_ObjectEntry BG_OBJECT_DOOR_H_3_WS_ENTRY = 180322, BG_OBJECT_DOOR_H_4_WS_ENTRY = 180322, BG_OBJECT_A_FLAG_WS_ENTRY = 179830, - BG_OBJECT_H_FLAG_WS_ENTRY = 179831 + BG_OBJECT_H_FLAG_WS_ENTRY = 179831, + BG_OBJECT_A_FLAG_GROUND_WS_ENTRY = 179785, + BG_OBJECT_H_FLAG_GROUND_WS_ENTRY = 179786 }; enum BG_WS_FlagState |