mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/quest): Sets Apothecary Dithers as quest start/end for "The Key to Scholomance" (#8552)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634356384710144357');
|
||||
|
||||
-- Makes Apothecary Dithers start and end "The Key to Scholomance"
|
||||
UPDATE `creature_queststarter` SET `id` = 11057 WHERE `quest` = 5511;
|
||||
UPDATE `creature_questender` SET `id` = 11057 WHERE `quest` = 5511;
|
||||
|
||||
Reference in New Issue
Block a user