mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB): Stormwind City Guard Pathing Into Lamppost (#5954)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1621448294726234300');
|
||||
SET @PATH_ID := 798570;
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH_ID AND `point`=14;
|
||||
INSERT INTO `waypoint_data` VALUES (@PATH_ID, 14, -9038, 463.829, 93.2955, 0, 0, 0, 0, 100, 0);
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH_ID AND `point`=20;
|
||||
INSERT INTO `waypoint_data` VALUES (@PATH_ID, 20, -9038, 463.829, 93.2955, 0, 0, 0, 0, 100, 0);
|
||||
Reference in New Issue
Block a user