diff options
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/master/2022_02_27_06_world_2020_09_20_00_world.sql | 10 |
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:'); |
