forked from mirror/azerothcore-wotlk
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:
@@ -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);
|
||||
Reference in New Issue
Block a user