fix(DB/Formations): Naxxramas - Embalming Slime (#22046)

This commit is contained in:
avarishd
2025-05-04 15:22:59 +03:00
committed by GitHub
parent 297f16820e
commit 8b773e8691

View File

@@ -0,0 +1,20 @@
-- Embalming Slime
SET @GUID := 128103;
DELETE FROM `creature_formations` WHERE `leaderGUID` = @GUID AND `memberGUID` BETWEEN @GUID AND @GUID+15;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@GUID, @GUID+0, 0, 0, 3, 0, 0),
(@GUID, @GUID+1, 0, 0, 3, 0, 0),
(@GUID, @GUID+2, 0, 0, 3, 0, 0),
(@GUID, @GUID+3, 0, 0, 3, 0, 0),
(@GUID, @GUID+4, 0, 0, 3, 0, 0),
(@GUID, @GUID+5, 0, 0, 3, 0, 0),
(@GUID, @GUID+6, 0, 0, 3, 0, 0),
(@GUID, @GUID+7, 0, 0, 3, 0, 0),
(@GUID, @GUID+8, 0, 0, 3, 0, 0),
(@GUID, @GUID+9, 0, 0, 3, 0, 0),
(@GUID, @GUID+10, 0, 0, 3, 0, 0),
(@GUID, @GUID+11, 0, 0, 3, 0, 0),
(@GUID, @GUID+12, 0, 0, 3, 0, 0),
(@GUID, @GUID+13, 0, 0, 3, 0, 0),
(@GUID, @GUID+14, 0, 0, 3, 0, 0),
(@GUID, @GUID+15, 0, 0, 3, 0, 0);