mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Quest): The Principal Source (#5134)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617560891918432300');
|
||||
|
||||
DELETE FROM `quest_poi_points` WHERE `QuestID` = 6127;
|
||||
INSERT INTO `quest_poi_points` VALUES
|
||||
(6127, 0, 0, -544, -2672, 0),
|
||||
(6127, 1, 0, 336, -2280, 0);
|
||||
Reference in New Issue
Block a user