mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/Gundrak): Eck should spawn when the Ruin Dweller formatio… (#23114)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user