Remove TBC cooking catch-up item from TBC pre-60 zones

This commit is contained in:
郑佩茹
2022-05-03 14:45:38 -06:00
parent 7248b4374a
commit 1b79b61f38

View File

@@ -3463,4 +3463,6 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10364
DELETE FROM `npc_vendor` WHERE `entry` = 13432 AND `item` = 17195;
INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13432, 17195, 0, 0);
/* Delete Simple Flour from TBC pre-60 vendors - they should technically have it but it is a catch-up mechanic so wait until TBC areas for it to be available */
DELETE FROM `npc_vendor` WHERE `entry` IN (17246, 16253, 16262, 16261, 16677, 17490, 16718) AND `item` = 30817;