aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2020-09-20 02:50:38 +0200
committerShauren <shauren.trinity@gmail.com>2022-02-27 20:08:41 +0100
commit3fd2eb126cbed36292fa5defc024c2b93e8d8671 (patch)
tree6068f6e874d7552fcf00a92ca75a85381323a038 /sql/updates
parent7a2c3af98831364988db25dd1bdd8ca10464c641 (diff)
[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #25463)
(cherry picked from commit 1eca51b417678b9a48b28552925d5694105f82bb)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_02_27_06_world_2020_09_20_00_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_27_06_world_2020_09_20_00_world.sql b/sql/updates/world/master/2022_02_27_06_world_2020_09_20_00_world.sql
new file mode 100644
index 00000000000..bcabcb2a7a6
--- /dev/null
+++ b/sql/updates/world/master/2022_02_27_06_world_2020_09_20_00_world.sql
@@ -0,0 +1,10 @@
+--
+DELETE FROM `trinity_string` WHERE `entry` IN (6,7,8,191,192,193,194);
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
+(6, 'Command \'%.*s\' does not exist'),
+(7, 'Subcommand \'%.*s\' is ambiguous:'),
+(8, 'Possible subcommands:'),
+(191, '|- %.*s'),
+(192, '|- %.*s ...'),
+(193, 'Subcommand \'%.*s\' does not exist.'),
+(194, 'Command \'%.*s\' is ambiguous:');