[7146] Trailing whitespace code cleanup
[getmangos.git] / sql / updates / 2008_10_23_04_mangos_command.sql
blob8850a32fc33a03ce0d466d305b5cf22b9f54a64f
1 DELETE FROM command WHERE name IN ('list item');
3 INSERT INTO command VALUES
4 ('list item',3,'Syntax: .list item #item_id [#max_count]\r\n\r\nOutput items with item id #item_id found in all character inventories, mails, auctions, and guild banks. Output item guids, item owner guid, owner account and owner name (guild name and guid in case guild bank). Will be output maximum #max_count items. If #max_count not provided use 10 as default value.');