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:
parent
5c89215f01
commit
fc076a11ee
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue