Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.6 / 2982_command.sql
blob3fb10207e038826616d5f185326c8785c6231620
1 UPDATE `command` SET `help` = 'Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcount\r\n\r\nAdds the specified number of items of id #itemid (or exact (!) name $itemname in brackets, or link created by shift-click at item in inventory or recipe) to your or selected character inventory. If #itemcount is omitted, only one item will be added.\r\n.' WHERE `name` = 'additem';