From d3ec884a29616414a1113d9c471c7783c380cfdb Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Wed, 14 May 2025 14:25:10 +0200 Subject: [PATCH] Update zone_eversong_woods.sql code moved to professions.sql --- sql/world/base/zone_eversong_woods.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sql/world/base/zone_eversong_woods.sql b/sql/world/base/zone_eversong_woods.sql index 3714078..4f48210 100644 --- a/sql/world/base/zone_eversong_woods.sql +++ b/sql/world/base/zone_eversong_woods.sql @@ -9,7 +9,3 @@ INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15283, 8344); DELETE FROM `creature_loot_template` WHERE `Entry`= 15298 AND `Item`=20935; INSERT INTO `creature_loot_template` (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES (15298, 20935, 0, 80, 1, 1, 0, 1, 1, 'Tainted Arcane Wraith - Tainted Wraith Essence'); - - -- Kanaria - DELETE FROM `npc_trainer` WHERE `ID`=16272; - INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (16272, -350000);