From 48d1ff26fffb3e6ee7755a893d30ec71f99ab44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Thu, 29 Dec 2022 12:31:42 -0700 Subject: [PATCH] Fix SQL issue in rogue poisons --- sql/world/base/optional_restore_rogue_poisons.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/sql/world/base/optional_restore_rogue_poisons.sql b/sql/world/base/optional_restore_rogue_poisons.sql index 7166fb6..d1a8154 100644 --- a/sql/world/base/optional_restore_rogue_poisons.sql +++ b/sql/world/base/optional_restore_rogue_poisons.sql @@ -10,7 +10,6 @@ DELETE FROM `npc_vendor` WHERE `item` IN (3775, 2892, 2893, 5237, 6947, 6949, 69 DELETE FROM `npc_trainer` WHERE `ReqSkillLine` = 40; INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES -(1411, 2094, 14000, 40, 1, 0), (1411, 2835, 10000, 40, 130, 0), (1411, 2837, 18000, 40, 170, 0), (1411, 3420, 3000, 40, 1, 0), @@ -241,7 +240,6 @@ INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSki (26329, 26969, 65000, 40, 290, 0), (26329, 27282, 140000, 40, 330, 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),