fix(DB/Quest): The Terrace of the Makers (13057) add missing backup queststarter (#24134)
This commit is contained in:
parent
86349b0727
commit
59e45e946e
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 13057) AND (`id` IN (29445));
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(29445, 13057);
|
||||
Loading…
Add table
Add a link
Reference in a new issue