diff options
| author | megamage <none@none> | 2009-03-06 15:25:20 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-06 15:25:20 -0600 |
| commit | 13fc3dcd7e95288cd9482e7440df3b15a3c580cb (patch) | |
| tree | b613b866159b9e506ca8662cc8e773ed22f7955d /src/game/Language.h | |
| parent | 6f595b30382e5104e4e4c744431284c9f4eda742 (diff) | |
[7388] Fixed battleground premature warning message. SQL files are attached, you must execute them! Author: Triply
Fix for message's color will be soon.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Language.h')
| -rw-r--r-- | src/game/Language.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/game/Language.h b/src/game/Language.h index 327eef25ead..e0e6ce8e8c2 100644 --- a/src/game/Language.h +++ b/src/game/Language.h @@ -654,7 +654,7 @@ enum TrinityStrings LANG_ARENA_NOT_ENOUGH_PLAYERS = 723, // "Your group does not have enough players to join this match." LANG_ARENA_GOLD_WINS = 724, // "The Gold Team wins!" LANG_ARENA_GREEN_WINS = 725, // "The Green Team wins!" - LANG_BATTLEGROUND_PREMATURE_FINISH_WARNING = 726, // The battleground will end soon, because there aren't enough players. Get more ppl or win already! +// = 726, not used LANG_BG_GROUP_OFFLINE_MEMBER = 727, // "Your group has an offline member. Please remove him before joining." LANG_BG_GROUP_MIXED_FACTION = 728, // "Your group has players from the opposing faction. You can't join the battleground as a group." LANG_BG_GROUP_MIXED_LEVELS = 729, // "Your group has players from different battleground brakets. You can't join as group." @@ -676,7 +676,12 @@ enum TrinityStrings LANG_DIST_ARENA_POINTS_TEAM_START = 744, LANG_DIST_ARENA_POINTS_TEAM_END = 745, LANG_DIST_ARENA_POINTS_END = 746, - // Room for batleground/arena strings 747-799 not used +// = 747, not used +// = 748, not used +// = 749, not used + LANG_BATTLEGROUND_PREMATURE_FINISH_WARNING = 750, // "Not enough players. This game will close in %u mins." + LANG_BATTLEGROUND_PREMATURE_FINISH_WARNING_SECS = 751, // "Not enough players. This game will close in %u seconds." + // Room for batleground/arena strings 752-799 not used // Room for BG/ARENA 750-769 not used |
