aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-03-30 10:55:42 +0100
committerGitHub <noreply@github.com>2024-03-30 10:55:42 +0100
commit39a8e8dd0cbea30107d9ba6900e3d753a69b053b (patch)
tree155f42a1c6843924c7a157b20cdb7a6a83510649
parent316f5b1fa3e2c0ccdafe919166b438eb7e6843be (diff)
DB/Quest: "Runewarden Deryan" missing PrevQuest
closes #29860 by Jonne733
-rw-r--r--sql/updates/world/3.3.5/2024_03_30_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_03_30_03_world.sql b/sql/updates/world/3.3.5/2024_03_30_03_world.sql
new file mode 100644
index 00000000000..29a52096603
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_03_30_03_world.sql
@@ -0,0 +1,2 @@
+-- Quest "Runewarden Deryan" should not be available until "Defending Fairbreeze Village" is rewarded
+UPDATE `quest_template_addon` SET `PrevQuestID`=9252 WHERE `ID`=9253;