fix(DB/Quest): Morganth (#13206)

This commit is contained in:
Grimgravy
2022-10-08 13:28:50 -03:00
committed by GitHub
parent 49ee806584
commit 14b1efefd9

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_queststarter` WHERE (`quest` = 249);
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
(313, 249);