From 3fd2eb126cbed36292fa5defc024c2b93e8d8671 Mon Sep 17 00:00:00 2001 From: Treeston Date: Sun, 20 Sep 2020 02:50:38 +0200 Subject: [3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #25463) (cherry picked from commit 1eca51b417678b9a48b28552925d5694105f82bb) --- .../world/master/2022_02_27_06_world_2020_09_20_00_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/master/2022_02_27_06_world_2020_09_20_00_world.sql (limited to 'sql/updates/world') 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:'); -- cgit v1.2.3