Fix poisons missing from some rogue trainers

This commit is contained in:
郑佩茹
2022-12-28 14:19:50 -07:00
parent 94d4eda797
commit fd075d686e

View File

@@ -240,7 +240,31 @@ INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSki
(26329, 26892, 110000, 40, 320, 0),
(26329, 26969, 65000, 40, 290, 0),
(26329, 27282, 140000, 40, 330, 0),
(26329, 27283, 80000, 40, 300, 0);
(26329, 27283, 80000, 40, 300, 0),
(200016, 2094, 14000, 40, 1, 0),
(200016, 2835, 10000, 40, 130, 0),
(200016, 2837, 18000, 40, 170, 0),
(200016, 3420, 3000, 40, 1, 0),
(200016, 3421, 35000, 40, 230, 0),
(200016, 5763, 5000, 40, 100, 0),
(200016, 8687, 8000, 40, 120, 0),
(200016, 8691, 16000, 40, 160, 0),
(200016, 8694, 18000, 40, 170, 0),
(200016, 11341, 29000, 40, 200, 0),
(200016, 11342, 46000, 40, 240, 0),
(200016, 11343, 54000, 40, 280, 0),
(200016, 11357, 31000, 40, 210, 0),
(200016, 11358, 48000, 40, 250, 0),
(200016, 11400, 46000, 40, 240, 0),
(200016, 13220, 12000, 40, 140, 0),
(200016, 13228, 20000, 40, 180, 0),
(200016, 13229, 33000, 40, 220, 0),
(200016, 13230, 50000, 40, 260, 0),
(200016, 26786, 110000, 40, 340, 68),
(200016, 26892, 110000, 40, 320, 68),
(200016, 26969, 65000, 40, 290, 62),
(200016, 27282, 140000, 40, 330, 70),
(200016, 27283, 80000, 40, 300, 64);
DELETE FROM `reference_loot_template` WHERE `Entry`=34024 AND `Item`=21302;