Show
Ignore:
Timestamp:
11/19/08 13:24:39 (17 years ago)
Author:
yumileroy
Message:

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/10_instantiated_battlegrounds.sql

    r9 r28  
    1616 
    1717 
    18 DELETE FROM mangos_string WHERE entry BETWEEN 711 AND 728; 
     18DELETE FROM mangos_string WHERE entry IN (711,712); 
     19DELETE FROM mangos_string WHERE entry BETWEEN 730 AND 745; 
    1920INSERT INTO mangos_string (entry, content_default) VALUES 
    2021    (711,'Your group is too large for this battleground. Please regroup to join.'), 
    2122    (712,'Your group is too large for this arena. Please regroup to join.'), 
    22     (713,'Your group has members not in your arena team. Please regroup to join.'), 
    23     (714,'Your group does not have enough players to join this match.'), 
    24     (715,'The Gold Team wins!'), 
    25     (716,'The Green Team wins!'), 
    26     (717, 'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.'), 
    27     (718, 'Your group has an offline member. Please remove him before joining.'), 
    28     (719, 'Your group has players from the opposing faction. You can\'t join the battleground as a group.'), 
    29     (720, 'Your group has players from different battleground brakets. You can\'t join as group.'), 
    30     (721, 'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.'), 
    31     (722, 'Someone in your party is Deserter. You can\'t join as group.'), 
    32     (723, 'Someone in your party is already in three battleground queues. You cannot join as group.'), 
    33     (724, 'You cannot teleport to a battleground or arena map.'), 
    34     (725, 'You cannot summon players to a battleground or arena map.'), 
    35     (726, 'You must be in GM mode to teleport to a player in a battleground.'), 
    36     (727, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.'), 
    37     (728, 'Arena testing turned %s'); 
     23    (730,'Your group has members not in your arena team. Please regroup to join.'), 
     24    (731,'Your group does not have enough players to join this match.'), 
     25    (732,'The Gold Team wins!'), 
     26    (733,'The Green Team wins!'), 
     27    (734, 'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.'), 
     28    (735, 'Your group has an offline member. Please remove him before joining.'), 
     29    (736, 'Your group has players from the opposing faction. You can\'t join the battleground as a group.'), 
     30    (737, 'Your group has players from different battleground brakets. You can\'t join as group.'), 
     31    (738, 'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.'), 
     32    (739, 'Someone in your party is Deserter. You can\'t join as group.'), 
     33    (740, 'Someone in your party is already in three battleground queues. You cannot join as group.'), 
     34    (741, 'You cannot teleport to a battleground or arena map.'), 
     35    (742, 'You cannot summon players to a battleground or arena map.'), 
     36    (743, 'You must be in GM mode to teleport to a player in a battleground.'), 
     37    (744, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.'), 
     38    (745, 'Arena testing turned %s'); 
    3839