From 7d588f7b66f93dfbf3b3edeba0a753e16395f574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Sun, 2 Oct 2022 10:58:25 -0600 Subject: [PATCH] Restore missing Blood Elf warlock imp quest --- sql/world/base/zone_eversong_woods.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/world/base/zone_eversong_woods.sql diff --git a/sql/world/base/zone_eversong_woods.sql b/sql/world/base/zone_eversong_woods.sql new file mode 100644 index 0000000..4d36562 --- /dev/null +++ b/sql/world/base/zone_eversong_woods.sql @@ -0,0 +1,7 @@ +-- Windows to the Source (Warlock) +DELETE FROM `creature_questender` WHERE `id`=15283 AND `quest`=8344; +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);