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:
All
2021-09-03 20:37:05 +07:00
committed by GitHub
parent 7d873bb98c
commit 392319ab79

View File

@@ -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);