mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/QuestPOI): Trial of the Sea Lion (#13302)
Co-authored-by: Malcrom <malcrom@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Horde "Trial of the Sea Lion" Quest ID 30 POI fix
|
||||
UPDATE `quest_poi` SET `WorldMapAreaId`=17 WHERE `QuestID`=30 AND `MapID`=1;
|
||||
UPDATE `quest_poi_points` SET `X`=1050, `Y`=-3119 WHERE `QuestID`=30 AND `Idx1`=2;
|
||||
-- Alliance "Trial of the Sea Lion" Quest ID 272 POI fix
|
||||
UPDATE `quest_poi` SET `WorldMapAreaId`=40 WHERE `QuestID`=272 AND `MapID`=0;
|
||||
UPDATE `quest_poi_points` SET `X`=-10172, `Y`=2391 WHERE `QuestID`=272 AND `Idx1`=2;
|
||||
Reference in New Issue
Block a user