From 7db057fba9c20112b32eed2528c549e8a1224eff Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 7 May 2019 23:08:17 +0200 Subject: [PATCH] DB/BWD: removed a unneeded spline point from Nefarian's spline chain --- sql/updates/world/custom/custom_2019_05_07_00_world.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sql/updates/world/custom/custom_2019_05_07_00_world.sql b/sql/updates/world/custom/custom_2019_05_07_00_world.sql index 2f14f5352ec..ed97397c56f 100644 --- a/sql/updates/world/custom/custom_2019_05_07_00_world.sql +++ b/sql/updates/world/custom/custom_2019_05_07_00_world.sql @@ -149,8 +149,7 @@ INSERT INTO `script_spline_chain_waypoints` (`entry`, `chainId`, `splineId`, `wp (49427, 1, 0, 4, -352.0885, 48.22743, 221.4187), (49427, 1, 0, 5, -329.6441, 42.55035, 228.185), (49427, 1, 0, 6, -320.2205, 16.81944, 238.6828), -(49427, 1, 0, 7, -315.9445, -6.895833, 246.8446), -(49427, 1, 0, 8, -315.9445, -6.895833, 246.8446); +(49427, 1, 0, 7, -315.9445, -6.895833, 246.8446); DELETE FROM `script_spline_chain_meta` WHERE `entry`= 49427; INSERT INTO `script_spline_chain_meta` (`entry`, `chainId`, `splineId`, `expectedDuration`, `msUntilNext`) VALUES