DB/Quest: add prerequisites to some quests.

By Killyana, closes #11450
This commit is contained in:
Aokromes
2015-05-20 17:51:09 +02:00
parent fb3a453a74
commit b6a1e2e1ae

View File

@@ -0,0 +1,4 @@
--
UPDATE `quest_template` SET `PrevQuestId`=9279 WHERE `id`=9369;
UPDATE `quest_template` SET `PrevQuestId`=9371 WHERE `id`=9409;
UPDATE `quest_template` SET `NextQuestId`=9409 WHERE `id` IN (9280, 9369);