mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
fix(DB/Quest): Morganth (#13206)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `creature_queststarter` WHERE (`quest` = 249);
|
||||||
|
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||||
|
(313, 249);
|
||||||
Reference in New Issue
Block a user