aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcrom <malcrom@users.noreply.github.com>2021-12-23 01:56:02 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-24 21:14:16 +0100
commit4755db798709faf36741df5c22acd272d0bf6a68 (patch)
treee89b7e461e011d675f682ee9da9e741797393be1
parentf070f164ab4c486f9d235600b97d77520e530c7e (diff)
DB/Quest: Fix problem with not-available 'A Smokywood Pastures' Thank You!' (horde)
(cherry picked from commit fa505a22091c051a44535ed83fae2ea5a1c0048c)
-rw-r--r--sql/updates/world/master/2022_03_24_18_world_2021_12_23_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_24_18_world_2021_12_23_01_world.sql b/sql/updates/world/master/2022_03_24_18_world_2021_12_23_01_world.sql
new file mode 100644
index 00000000000..fc18500ea25
--- /dev/null
+++ b/sql/updates/world/master/2022_03_24_18_world_2021_12_23_01_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` = 6983;
+-- UPDATE `quest_template` SET `AllowableRaces`=690 WHERE `ID` IN (6983,6984);