aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-03-18 00:27:34 +0100
committerGitHub <noreply@github.com>2024-03-18 00:27:34 +0100
commit640674d902de5f177feb1353f8c456b839b31512 (patch)
tree966ae97953ce8e743d782cf99f525639a49d1a8a
parentb2c723c6b4fb3494cb08522023791db6b2a096c0 (diff)
DB/Quest: Update What The Dragons Know quest_poi_points
closes #29814 by CraftedRO
-rw-r--r--sql/updates/world/3.3.5/2024_03_18_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_03_18_00_world.sql b/sql/updates/world/3.3.5/2024_03_18_00_world.sql
new file mode 100644
index 00000000000..20a9591c11a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_03_18_00_world.sql
@@ -0,0 +1,4 @@
+-- Alliance
+UPDATE quest_poi_points SET `X`=5745, `Y`=721, `VerifiedBuild`=19831 WHERE `QuestID`=14444;
+-- Horde
+UPDATE quest_poi_points SET `X`=5893, `Y`=471, `VerifiedBuild`=19831 WHERE `QuestID`=24555;