aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2020-09-12 19:42:10 +0200
committerShauren <shauren.trinity@gmail.com>2022-02-05 23:42:15 +0100
commit378691aaa286822ee20e0428d278f2bca6e7438e (patch)
tree82ee5ee5466dc5a593ab7aef9875c89e675dc63e /sql
parent7d0586812a8e7d17f901d9e01af424c4a4ff6bc7 (diff)
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
(cherry picked from commit 75f9e7396e35360f3016cc0cb21e72e20f5d96d5)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_05_18_world_2020_09_12_04_world.sql20
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_05_18_world_2020_09_12_04_world.sql b/sql/updates/world/master/2022_02_05_18_world_2020_09_12_04_world.sql
new file mode 100644
index 00000000000..5ce6fd55dc4
--- /dev/null
+++ b/sql/updates/world/master/2022_02_05_18_world_2020_09_12_04_world.sql
@@ -0,0 +1,20 @@
+--
+DELETE FROM `trinity_string` WHERE `entry` BETWEEN 1500 AND 1516;
+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.'),
+(1516, 'Currency ID %u does not exist.');