fix(Scripts/Gundrak): Eck should spawn when the Ruin Dweller formatio… (#23114)

This commit is contained in:
Andrew
2025-10-06 12:40:29 -03:00
committed by GitHub
parent 4572003eb1
commit 1159076146
3 changed files with 41 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
--
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = -127203);
DELETE FROM `creature_formations` WHERE `leaderGUID` = 127203;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(127203, 127203, 0, 0, 3, 0, 0),
(127203, 127201, 0, 0, 3, 0, 0),
(127203, 127202, 0, 0, 3, 0, 0);