From fd075d686eaea146bfee93728fc4b816cc6f0a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Wed, 28 Dec 2022 14:19:50 -0700 Subject: [PATCH] Fix poisons missing from some rogue trainers --- .../base/optional_restore_rogue_poisons.sql | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/sql/world/base/optional_restore_rogue_poisons.sql b/sql/world/base/optional_restore_rogue_poisons.sql index 58f55e3..7166fb6 100644 --- a/sql/world/base/optional_restore_rogue_poisons.sql +++ b/sql/world/base/optional_restore_rogue_poisons.sql @@ -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;