diff options
| author | Odyssey <odysseyhyd@gmail.com> | 2014-09-05 12:38:31 +0200 |
|---|---|---|
| committer | Odyssey <odysseyhyd@gmail.com> | 2014-09-05 12:42:08 +0200 |
| commit | 5efd2579e5666a5330dd1f58028f3c30695746a8 (patch) | |
| tree | a66acce805319c183e892f3d18b9771fba218508 /sql | |
| parent | b7f5080c9bc277b46aa3817d2796dc45969f9902 (diff) | |
Scripts/Commands: Move cs_misc command output hardcoded strings to DB so they can be localized too
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_XX_XX_XX_world_trinity_string.sql | 11 |
1 files changed, 11 insertions, 0 deletions
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, '<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');
|
