fix(DB/Creature): correct broken AI pathing for Kargath Expeditionary… (#26709)

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
EricksOliveira
2026-07-25 20:41:49 +00:00
committed by GitHub
parent e462aef6b0
commit 04f9b9f3e0

View File

@@ -0,0 +1,39 @@
--
DELETE FROM `creature_formations` WHERE `memberGUID` IN (6877,6880,6883,6885,6886);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(6885,6877,12,180,515,0,0),
(6885,6880,9,180,515,0,0),
(6885,6883,6,180,515,0,0),
(6885,6885,0,0,515,0,0),
(6885,6886,3,180,515,0,0);
DELETE FROM `waypoint_data` WHERE `id`=68850;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `velocity`, `delay`, `smoothTransition`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(68850,1,-6686.64,-2162.67,244.195,NULL,0,117750,0,0,0,100,0),
(68850,2,-6698.09,-2166.71,244.144,NULL,0,0,0,0,0,100,0),
(68850,3,-6724.88,-2177.67,244.144,NULL,0,0,0,0,0,100,0),
(68850,4,-6754.51,-2188.96,244.145,NULL,0,0,0,0,0,100,0),
(68850,5,-6789.04,-2200.47,244.127,NULL,0,0,0,0,0,100,0),
(68850,6,-6836.76,-2216.8,244.144,NULL,0,0,0,0,0,100,0),
(68850,7,-6842.6,-2224.08,243.735,NULL,0,0,0,0,0,100,0),
(68850,8,-6831.41,-2224.13,244.326,NULL,0,0,0,0,0,100,0),
(68850,9,-6819.23,-2217.24,244.193,NULL,0,0,0,0,0,100,0),
(68850,10,-6779.18,-2201.85,244.142,NULL,0,0,0,0,0,100,0),
(68850,11,-6742.57,-2187.83,244.144,NULL,0,0,0,0,0,100,0),
(68850,12,-6704.67,-2180.27,244.325,NULL,0,0,0,0,0,100,0),
(68850,13,-6696.46,-2187.56,247.256,NULL,0,0,0,0,0,100,0),
(68850,14,-6675.44,-2195.12,247.47,NULL,0,0,0,0,0,100,0),
(68850,15,-6657.14,-2204.38,246.199,NULL,0,0,0,0,0,100,0),
(68850,16,-6639.98,-2211.67,244.322,NULL,0,0,0,0,0,100,0),
(68850,17,-6622.15,-2237.86,244.144,NULL,0,0,0,0,0,100,0),
(68850,18,-6609.55,-2297.66,244.144,NULL,0,0,0,0,0,100,0),
(68850,19,-6602.49,-2337.11,244.564,NULL,0,0,0,0,0,100,0),
(68850,20,-6593.68,-2338.02,244.451,NULL,0,0,0,0,0,100,0),
(68850,21,-6597.48,-2311.3,244.163,NULL,0,0,0,0,0,100,0),
(68850,22,-6608.46,-2282.16,244.144,NULL,0,0,0,0,0,100,0),
(68850,23,-6615.97,-2237.53,244.144,NULL,0,0,0,0,0,100,0),
(68850,24,-6638.14,-2204.14,244.144,NULL,0,0,0,0,0,100,0),
(68850,25,-6664.19,-2186.06,244.144,NULL,0,0,0,0,0,100,0),
(68850,26,-6689.15,-2168.01,244.145,NULL,0,0,0,0,0,100,0),
(68850,27,-6690.26,-2159.42,244.145,NULL,0,0,0,0,0,100,0),
(68850,28,-6686.64,-2162.67,244.195,NULL,0,150000,0,0,0,100,0);