mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01: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.');
|