DB/Quests: Fix quest relations for Grark Lorkrub

Closes #2659
This commit is contained in:
Trista
2012-09-11 00:28:40 +01:00
committed by Nay
parent 5d57bd646b
commit 820a14ef31

View File

@@ -0,0 +1,3 @@
-- Grark Lorkrub should be available only when Kill On Sight: High Ranking Dark Iron Officials is complete
UPDATE `quest_template` SET `NextQuestId`=4122 WHERE `Id`=4082;
UPDATE `quest_template` SET `PrevQuestId`=4082 WHERE `Id`=4122;