From 5efd2579e5666a5330dd1f58028f3c30695746a8 Mon Sep 17 00:00:00 2001 From: Odyssey Date: Fri, 5 Sep 2014 12:38:31 +0200 Subject: Scripts/Commands: Move cs_misc command output hardcoded strings to DB so they can be localized too --- sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql b/sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql new file mode 100644 index 00000000000..172a4bdc381 --- /dev/null +++ b/sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql @@ -0,0 +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, ''), +(5035, 'No reason'), +(5039, 'Console'), +(5040, 'Character'), +(5041, 'Permanently'), +(5042, 'You are outdoors'), +(5043, 'You are indoors'), +(5044, 'no VMAP available for area info'); -- cgit v1.2.3