From b0d7a07926762a5c245a8e163d0b73789e91120f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Thu, 15 Jun 2023 07:42:58 -0600 Subject: [PATCH] Add missing quest drop for Windows to the Source --- sql/world/base/zone_eversong_woods.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/world/base/zone_eversong_woods.sql b/sql/world/base/zone_eversong_woods.sql index 4d36562..73f987d 100644 --- a/sql/world/base/zone_eversong_woods.sql +++ b/sql/world/base/zone_eversong_woods.sql @@ -5,3 +5,5 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES (15283, 8344); -- Windows to the Source (Warlock) DELETE FROM `creature_queststarter` WHERE `id`=15283 AND `quest`=8344; INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15283, 8344); +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');