fix(DB/quest): Sets Apothecary Dithers as quest start/end for "The Key to Scholomance" (#8552)
This commit is contained in:
parent
213bcd3a8d
commit
a1126c18c4
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue