Revision 2, 0.6 kB
(checked in by yumileroy, 17 years ago)
|
[svn] * Proper SVN structure
Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00
|
Line | |
---|
1 | DELETE FROM `command` WHERE `name` = 'item'; |
---|
2 | DELETE FROM `command` WHERE `name` = 'itemrmv'; |
---|
3 | DELETE FROM `command` WHERE `name` = 'addvendoritem'; |
---|
4 | DELETE FROM `command` WHERE `name` = 'delvendoritem'; |
---|
5 | |
---|
6 | INSERT INTO `command` VALUES('addvendoritem',2,'Syntax: .addvendoritem #itemId <#maxcount><#incrtime>\r\n\r\nAdd item #itemid to item list of selected vendor. Also optionally set max count item in vendor item list and time to item count restoring.'); |
---|
7 | INSERT INTO `command` VALUES('delvendoritem',2,'Syntax: .delvendoritem #itemId\r\n\r\nRemove item #itemid from item list of selected vendor.'); |
---|