fix(DB/Quest): Mutiny on the Mercy map tracking points to correct zone (#23977)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-04-20 04:54:05 -05:00 committed by GitHub
parent 5c89215f01
commit fc076a11ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
UPDATE `quest_poi` SET `MapID` = 571, `WorldMapAreaId` = 491 WHERE `QuestID` = 11527;
DELETE FROM `quest_poi_points` WHERE `QuestID` = 11527;
INSERT INTO `quest_poi_points` (`QuestID`, `Idx1`, `Idx2`, `X`, `Y`, `VerifiedBuild`) VALUES
(11527, 0, 0, 118, -3697, 0),
(11527, 1, 0, 118, -3697, 0);