diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-09-20 02:50:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-20 02:50:38 +0200 |
| commit | 1eca51b417678b9a48b28552925d5694105f82bb (patch) | |
| tree | 9ae5150e9efbd4f2ad2364922cab46093ee25419 /sql | |
| parent | a724903b8b307516780474dd23977d2a9b502eb5 (diff) | |
[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #25463)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_09_20_00_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_20_00_world.sql b/sql/updates/world/3.3.5/2020_09_20_00_world.sql new file mode 100644 index 00000000000..bcabcb2a7a6 --- /dev/null +++ b/sql/updates/world/3.3.5/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:'); |
