aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastro-Kraken <Alastro-Kraken@users.noreply.github.com>2022-01-22 23:51:13 +0200
committeroffl <offl@users.noreply.github.com>2022-01-22 23:51:13 +0200
commit6c2899a7bc71320a3b7b13c58c61d03af9c73562 (patch)
treef3a56355f4d1563afb7ade8f8ce637c08d0b3bfe
parente3409e277d22d80c42d406748aa0cc2505b3bb9f (diff)
DB/Quest: Fix wrong horde questgivers for 'The Hunter's Charm'
Closes #27661
-rw-r--r--sql/updates/world/3.3.5/2022_01_22_13_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_01_22_13_world.sql b/sql/updates/world/3.3.5/2022_01_22_13_world.sql
new file mode 100644
index 00000000000..e0a8f25408b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2022_01_22_13_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_queststarter` SET `id`=3039 WHERE `id`=3038 AND `quest`=8151;
+UPDATE `creature_queststarter` SET `id`=3352 WHERE `id`=3406 AND `quest`=8151;