mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Quest): The Terrace of the Makers (13057) add missing backup queststarter (#24134)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 13057) AND (`id` IN (29445));
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(29445, 13057);
|
||||
Reference in New Issue
Block a user