mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/POI): update poi for Anthion's Old Friend quest with sniffed data (#20980)
This commit is contained in:
2
data/sql/updates/pending_db_world/bug_9940.sql
Normal file
2
data/sql/updates/pending_db_world/bug_9940.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `quest_poi` SET `WorldMapAreaId` = 1421, `VerifiedBuild` = 51831 WHERE (`QuestID` = 8948) AND (`id` = 0);
|
||||
UPDATE `quest_poi_points` SET `VerifiedBuild` = 51831 WHERE (`QuestID` = 8948) AND (`Idx1` = 0) AND (`Idx2` = 0);
|
||||
Reference in New Issue
Block a user