fix(DB/SAI): Fix waypoints for Darkfallen Bloodbearer (26115) (#23013)

Co-authored-by: arsinspace <arsinspace@outlook.com>
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
arsinspace
2026-03-15 09:15:55 +03:00
committed by GitHub
parent a7f66eb006
commit 6f9ecc8a0c

View File

@@ -0,0 +1,30 @@
--
DELETE FROM `smart_scripts` WHERE (`entryorguid` in (-96556)) AND (`source_type` = 0);
DELETE FROM `waypoints` WHERE (`entry` in (965560));
DELETE FROM `creature_addon` WHERE (`guid` = 96556);
UPDATE `creature` SET `Comment` = '' WHERE `id1` = 26115 and `guid` = 96556;
DELETE FROM `smart_scripts` WHERE (`entryorguid` in (26115)) AND (`source_type` = 0);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(26115, 0, 0, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 0, 53, 0, 2611500, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Darkfallen Bloodbearer - On Reset - Start Patrol Path 2611500'),
(26115, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Darkfallen Bloodbearer - On Reset - Set Run Off');
DELETE FROM `waypoints` WHERE (`entry` in (2611500));
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `point_comment`) VALUES
(2611500, 1, 3923.71, 3581.69, 70.9999, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 2, 3918.45, 3585.35, 69.3552, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 3, 3896.45, 3596.38, 55.8367, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 4, 3879.15, 3604.24, 46.8601, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 5, 3871.85, 3607.03, 47.2741, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 6, 3868.65, 3598.51, 47.017, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 7, 3853.92, 3592.71, 47.1739, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 8, 3803.91, 3593.67, 47.765, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 9, 3854.77, 3655.25, 47.1985, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 10, 3877.82, 3691.49, 46.6437, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 11, 3895.21, 3694.12, 53.6007, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 12, 3910.21, 3694.9, 62.0738, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 13, 3932.8, 3693.62, 61.2775, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 14, 3954.78, 3655.3, 62.6392, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 15, 3948.77, 3635.18, 73.1082, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 16, 3946.09, 3627.11, 74.2526, NULL, 0, 'Darkfallen Bloodbearer'),
(2611500, 17, 3926.76, 3578.1, 70.8602, NULL, 0, 'Darkfallen Bloodbearer');