mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB/Quest): Fix missing quest Return to Krog (#7626)
Added Return to Krog for The Black Shield questline i'm sorry, i just type more number. https://tbc.wowhead.com/quest=11204/return-to-krog here a correct number
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630263728286533056');
|
||||
|
||||
-- insert quest "Return to Krog" after "The Black Shield (1276)"
|
||||
UPDATE `quest_template_addon` SET `NextQuestID` = 11204 WHERE (`ID` = 1276);
|
||||
Reference in New Issue
Block a user