[7146] Trailing whitespace code cleanup
[getmangos.git] / sql / updates / 2008_12_15_01_mangos_arenas.sql
blobc8208b844e65de937da551873a88def192cdffb3
1 ALTER TABLE db_version CHANGE COLUMN required_2008_11_29_02_mangos_spell_elixir required_2008_12_15_01_mangos_arenas bit;
3 DELETE FROM `command` WHERE `name` = "flusharenapoints";
4 INSERT INTO `command` (`name`, `security`, `help`) VALUES
5 ('flusharenapoints','3','Syntax: .flusharenapoints\r\n\r\nUse it to distribute arena points based on arena team ratings, and start a new week.');
7 DELETE FROM mangos_string WHERE entry BETWEEN 1122 AND 1138;
9 INSERT INTO mangos_string (entry, content_default) VALUES
10     (1122,'Your group is too large for this battleground. Please regroup to join.'),
11     (1123,'Your group is too large for this arena. Please regroup to join.'),
12     (1124,'Your group has members not in your arena team. Please regroup to join.'),
13     (1125,'Your group does not have enough players to join this match.'),
14     (1126,'The Gold Team wins!'),
15     (1127,'The Green Team wins!'),
16     (1128, 'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.'),
17     (1129, 'Your group has an offline member. Please remove him before joining.'),
18     (1130, 'Your group has players from the opposing faction. You can\'t join the battleground as a group.'),
19     (1131, 'Your group has players from different battleground brakets. You can\'t join as group.'),
20     (1132, 'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.'),
21     (1133, 'Someone in your party is Deserter. You can\'t join as group.'),
22     (1134, 'Someone in your party is already in three battleground queues. You cannot join as group.'),
23     (1135, 'You cannot teleport to a battleground or arena map.'),
24     (1136, 'You cannot summon players to a battleground or arena map.'),
25     (1137, 'You must be in GM mode to teleport to a player in a battleground.'),
26     (1138, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.');
28 DELETE FROM mangos_string WHERE entry = 714 OR entry = 716;