mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
feat(Core/Formations): Implement GROUP_AI_FLAG_DONT_RESPAWN_LEADER_ON… (#12128)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user