fix(DB/Quest): Morganth (#13206)
This commit is contained in:
parent
49ee806584
commit
14b1efefd9
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 249);
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(313, 249);
|
||||
Loading…
Add table
Add a link
Reference in a new issue