Restore missing Blood Elf warlock imp quest

This commit is contained in:
郑佩茹
2022-10-02 10:58:25 -06:00
parent 7ec3c0d52f
commit 7d588f7b66

View File

@@ -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);