feat(Core/Formations): Implement GROUP_AI_FLAG_DONT_RESPAWN_LEADER_ON… (#12128)

This commit is contained in:
Skjalf
2022-06-21 07:07:41 -03:00
committed by GitHub
parent 61c64bbf30
commit ed7622b028
4 changed files with 16 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `creature_formations` WHERE `leaderGUID` = 49310;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(49310, 49310, 0, 0, 27, 0, 0),
(49310, 49311, 0, 0, 27, 0, 0),
(49310, 49312, 0, 0, 27, 0, 0);