diff options
-rw-r--r-- | sql/updates/world/2014_09_05_04_world_trinity_string.sql (renamed from sql/updates/world/2014_09_03_01_world_trinity_string.sql) | 10 | ||||
-rw-r--r-- | sql/updates/world/2014_09_05_05_world_trinity_string.sql (renamed from sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql) | 22 | ||||
-rw-r--r-- | sql/updates/world/2014_09_05_06_world_onyxia.sql (renamed from sql/updates/world/2014_09_01_01_world_onyxia.sql) | 0 |
3 files changed, 16 insertions, 16 deletions
diff --git a/sql/updates/world/2014_09_03_01_world_trinity_string.sql b/sql/updates/world/2014_09_05_04_world_trinity_string.sql index 0586c31e3d2..f7a7c3d9684 100644 --- a/sql/updates/world/2014_09_03_01_world_trinity_string.sql +++ b/sql/updates/world/2014_09_05_04_world_trinity_string.sql @@ -1,5 +1,5 @@ --- Implements in-game gm message when tickets are completed
-SET @LANG_COMMAND_TICKETCOMPLETED := 2030;
-DELETE FROM `trinity_string` WHERE `entry` = @LANG_COMMAND_TICKETCOMPLETED;
-INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (@LANG_COMMAND_TICKETCOMPLETED, '|cff00ff00Completed by|r:|cff00ccff %s|r');
-
+-- Implements in-game gm message when tickets are completed +SET @LANG_COMMAND_TICKETCOMPLETED := 2030; +DELETE FROM `trinity_string` WHERE `entry` = @LANG_COMMAND_TICKETCOMPLETED; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (@LANG_COMMAND_TICKETCOMPLETED, '|cff00ff00Completed by|r:|cff00ccff %s|r'); + diff --git a/sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql b/sql/updates/world/2014_09_05_05_world_trinity_string.sql index 172a4bdc381..616a77f36f1 100644 --- a/sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql +++ b/sql/updates/world/2014_09_05_05_world_trinity_string.sql @@ -1,11 +1,11 @@ --- Move cs_misc command output hardcoded strings to DB so they can be localized too
-DELETE FROM `trinity_string` WHERE `entry` IN (5030,5035,5039,5040,5041,5042,5043,5044);
-INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
-(5030, '<unauthorized>'),
-(5035, 'No reason'),
-(5039, 'Console'),
-(5040, 'Character'),
-(5041, 'Permanently'),
-(5042, 'You are outdoors'),
-(5043, 'You are indoors'),
-(5044, 'no VMAP available for area info');
+-- Move cs_misc command output hardcoded strings to DB so they can be localized too +DELETE FROM `trinity_string` WHERE `entry` IN (5030,5035,5039,5040,5041,5042,5043,5044); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(5030, '<unauthorized>'), +(5035, 'No reason'), +(5039, 'Console'), +(5040, 'Character'), +(5041, 'Permanently'), +(5042, 'You are outdoors'), +(5043, 'You are indoors'), +(5044, 'no VMAP available for area info'); diff --git a/sql/updates/world/2014_09_01_01_world_onyxia.sql b/sql/updates/world/2014_09_05_06_world_onyxia.sql index 99824d2d47a..99824d2d47a 100644 --- a/sql/updates/world/2014_09_01_01_world_onyxia.sql +++ b/sql/updates/world/2014_09_05_06_world_onyxia.sql |