mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #25463)
(cherry picked from commit 1eca51b417)
This commit is contained in:
@@ -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:');
|
||||
Reference in New Issue
Block a user