diff options
Diffstat (limited to 'sql/updates/0.5/2058_command.sql')
-rw-r--r-- | sql/updates/0.5/2058_command.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/0.5/2058_command.sql b/sql/updates/0.5/2058_command.sql new file mode 100644 index 00000000000..ff9ec86da4c --- /dev/null +++ b/sql/updates/0.5/2058_command.sql @@ -0,0 +1,2 @@ +UPDATE command SET `help` = 'Syntax: .additem #itemid [#itemcount] or .additem 0 #itemcount $itemname\r\n\r\nAdds the specified number of items of id #itemid to your or selected character inventory. If #itemcount is omitted, only one item will be added.\r\nWith the second syntax you can add an item with exact (!) name $itemname.' WHERE `name` = 'additem'; +UPDATE command SET `help` = 'Syntax: .additemset #itemsetid\r\n\r\nAdd items from itemset of id #itemsetid to your or selected character inventory. Will add by one example each item from itemset.' WHERE `name` = 'additemset';
\ No newline at end of file |