diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-09-12 19:42:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 19:42:10 +0200 |
commit | 75f9e7396e35360f3016cc0cb21e72e20f5d96d5 (patch) | |
tree | e738b70d54516717d2c784117fbd2b0134412ac0 /sql | |
parent | 59be657ca267667b3cbeb1f34d47df0382e97f53 (diff) |
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_12_04_world.sql | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_12_04_world.sql b/sql/updates/world/3.3.5/2020_09_12_04_world.sql new file mode 100644 index 00000000000..0c97b1d252b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_12_04_world.sql @@ -0,0 +1,19 @@ +-- +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 1500 AND 1515; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(1500, 'Either:'), +(1501, 'Or: '), +(1502, 'Value \'%.*s\' is not valid for type %s.'), +(1503, 'Invalid UTF-8 sequences found in string.'), +(1504, 'Provided link has invalid link data.'), +(1505, 'Account \'%.*s\' does not exist.'), +(1506, 'Account ID %u does not exist.'), +(1507, '%s does not exist.'), +(1508, 'Character \'%.*s\' does not exist.'), +(1509, '\'%.*s\' is not a valid character name.'), +(1510, 'Achievement ID %u does not exist.'), +(1511, 'Teleport location %u does not exist.'), +(1512, 'Teleport location \'%.*s\' does not exist.'), +(1513, 'Item ID %u does not exist.'), +(1514, 'Spell ID %u does not exist.'), +(1515, 'Expected \'%.*s\', got \'%.*s\' instead.'); |