mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
4 lines
343 B
SQL
4 lines
343 B
SQL
DELETE FROM `command` WHERE `name` = 'addvendoritem';
|
|
INSERT INTO `command` VALUES
|
|
('addvendoritem',2,'Syntax: .addvendoritem #itemId <#maxcount><#incrtime><#extendedcost>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 and items ExtendedCost.');
|