diff options
| author | Rat <none@none> | 2010-06-01 23:55:09 +0200 |
|---|---|---|
| committer | Rat <none@none> | 2010-06-01 23:55:09 +0200 |
| commit | ad753b3f677c6280d48391e4bc550eedc9ce7a6e (patch) | |
| tree | 255cfefa5d78374811cec2a453ee2ee6c1534d8a /src/game/Language.h | |
| parent | d53f91ff327ea4f73d7dd16e7246d50150c2458b (diff) | |
SOTA update
-proper warning text (under attack, destroyed, capture..)
-proper icons on map for gate states
-fixed second round starting
--HG--
branch : trunk
Diffstat (limited to 'src/game/Language.h')
| -rw-r--r-- | src/game/Language.h | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/src/game/Language.h b/src/game/Language.h index d421344bd30..c0c8fc486f3 100644 --- a/src/game/Language.h +++ b/src/game/Language.h @@ -976,12 +976,24 @@ enum TrinityStrings LANG_OPVP_ZM_GOSSIP_ALLIANCE = 10054, LANG_OPVP_ZM_GOSSIP_HORDE = 10055, - LANG_BG_SA_START_TWO_MINUTES = 10056, - LANG_BG_SA_START_ONE_MINUTE = 10057, - LANG_BG_SA_START_HALF_MINUTE = 10058, - LANG_BG_SA_HAS_BEGUN = 10059, - LANG_BG_SA_IS_UNDER_ATTACK = 10060, - LANG_BG_SA_IS_DESTROYED = 10061, + LANG_BG_SA_START_TWO_MINUTES = 10056, + LANG_BG_SA_START_ONE_MINUTE = 10057, + LANG_BG_SA_START_HALF_MINUTE = 10058, + LANG_BG_SA_HAS_BEGUN = 10059, + LANG_BG_SA_IS_UNDER_ATTACK = 10060,//The %s is under attack! + LANG_BG_SA_WAS_DESTROYED = 10061,//The %s was destroyed! + LANG_BG_SA_ROUND_ONE_END = 10062,//Round 1 - finished! + LANG_BG_SA_ALLIANCE_CAPTURED_RELIC = 10063,//The Alliance captured the titan portal! + LANG_BG_SA_HORDE_CAPTURED_RELIC = 10064,//The Horde captured the titan portal! + LANG_BG_SA_ROUND_TWO_ONE_MINUTE = 10065,//Round 2 of the Battle for the Strand of the Ancients begins in 1 minute. + LANG_BG_SA_ROUND_TWO_START_HALF_MINUTE = 10066,//Round 2 begins in 30 seconds. Prepare yourselves! + LANG_BG_SA_CHAMBER_BREACHED = 10067,//The chamber has been breached! The titan relic is vulnerable! + LANG_BG_SA_A_GY_SOUTH = 10068,//The Alliance captured the South Graveyard! + LANG_BG_SA_A_GY_WEST = 10069,//The Alliance captured the West Graveyard! + LANG_BG_SA_A_GY_EAST = 10070,//The Alliance captured the East Graveyard! + LANG_BG_SA_H_GY_SOUTH = 10071,//The Horde captured the South Graveyard! + LANG_BG_SA_H_GY_WEST = 10072,//The Horde captured the West Graveyard! + LANG_BG_SA_H_GY_EAST = 10073,//The Horde captured the East Graveyard! // Use for custom patches 11000-11999 LANG_AUTO_BROADCAST = 11000, |
