aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrista <aconstantgoal@abv.bg>2012-09-11 00:28:40 +0100
committerNay <dnpd.dd@gmail.com>2012-09-11 00:28:40 +0100
commit820a14ef31aff503d43ee7f11c69812417092a09 (patch)
tree8019d16978f29159ee25b064166b410dac151038
parent5d57bd646b18753200d260863d1c1f8eb49ebdc0 (diff)
DB/Quests: Fix quest relations for Grark Lorkrub
Closes #2659
-rw-r--r--sql/updates/world/2012_09_10_03_world_quest_template.sql.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_10_03_world_quest_template.sql.sql b/sql/updates/world/2012_09_10_03_world_quest_template.sql.sql
new file mode 100644
index 00000000000..aae769ced71
--- /dev/null
+++ b/sql/updates/world/2012_09_10_03_world_quest_template.sql.sql
@@ -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;