fix(DB): Stormwind City Guard Pathing Into Lamppost (#5954)

This commit is contained in:
Sascha Vowe
2021-05-29 13:59:25 +00:00
committed by GitHub
parent a355b4d27c
commit 30e9643829

View File

@@ -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);