aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2022_12_12_00_world.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_12_12_00_world.sql b/sql/updates/world/master/2022_12_12_00_world.sql
new file mode 100644
index 00000000000..2d66741460b
--- /dev/null
+++ b/sql/updates/world/master/2022_12_12_00_world.sql
@@ -0,0 +1,12 @@
+-- Quest POIs
+DELETE FROM `quest_poi` WHERE (`QuestID`=9294 AND `BlobIndex`=0 AND `Idx1`=2) OR (`QuestID`=9294 AND `BlobIndex`=0 AND `Idx1`=1) OR (`QuestID`=9294 AND `BlobIndex`=0 AND `Idx1`=0);
+INSERT INTO `quest_poi` (`QuestID`, `BlobIndex`, `Idx1`, `ObjectiveIndex`, `QuestObjectiveID`, `QuestObjectID`, `MapID`, `UiMapID`, `Priority`, `Flags`, `WorldEffectID`, `PlayerConditionID`, `NavigationPlayerConditionID`, `SpawnTrackingID`, `AlwaysAllowMergingBlobs`, `VerifiedBuild`) VALUES
+(9294, 0, 2, 32, 0, 0, 530, 468, 0, 0, 0, 0, 0, 136400, 0, 46924), -- Healing the Lake
+(9294, 0, 1, 0, 260415, 88791, 530, 468, 0, 0, 0, 0, 0, 0, 0, 46924), -- Healing the Lake
+(9294, 0, 0, -1, 0, 0, 530, 468, 0, 0, 0, 0, 0, 0, 0, 46924); -- Healing the Lake
+
+DELETE FROM `quest_poi_points` WHERE (`QuestID`=9294 AND `Idx1`=2 AND `Idx2`=0) OR (`QuestID`=9294 AND `Idx1`=1 AND `Idx2`=0) OR (`QuestID`=9294 AND `Idx1`=0 AND `Idx2`=0);
+INSERT INTO `quest_poi_points` (`QuestID`, `Idx1`, `Idx2`, `X`, `Y`, `Z`, `VerifiedBuild`) VALUES
+(9294, 2, 0, -4057, -13722, 73, 46924), -- Healing the Lake
+(9294, 1, 0, -4387, -13632, 0, 46924), -- Healing the Lake
+(9294, 0, 0, -4057, -13722, 73, 46924); -- Healing the Lake