From db260914ae881177865f2221b2efd3f323cd5f27 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 17 Mar 2024 12:43:42 +0100 Subject: DB/Quest: Update A Suitable Disguise quest_poi_points from master closes #29812 by CraftedRO --- sql/updates/world/3.3.5/2024_03_17_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_03_17_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2024_03_17_00_world.sql b/sql/updates/world/3.3.5/2024_03_17_00_world.sql new file mode 100644 index 00000000000..780b299ce6b --- /dev/null +++ b/sql/updates/world/3.3.5/2024_03_17_00_world.sql @@ -0,0 +1,6 @@ +-- Horde +UPDATE `quest_poi_points` SET `X`=5893, `Y`=471, `VerifiedBuild`=53007 WHERE `QuestID`=24556 AND `Idx1`=1; +UPDATE `quest_poi_points` SET `X`=5798, `Y`=696, `VerifiedBuild`=53007 WHERE `QuestID`=24556 AND `Idx1`=2; +-- Alliance +UPDATE `quest_poi_points` SET `X`=5745, `Y`=721, `VerifiedBuild`=53007 WHERE `QuestID`=20438 AND `Idx1`=1; +UPDATE `quest_poi_points` SET `X`=5798, `Y`=696, `VerifiedBuild`=53007 WHERE `QuestID`=20438 AND `Idx1`=2; -- cgit v1.2.3