DB/Creature: Add formations to Cenarion Hold Infantry

This commit is contained in:
offl
2020-08-26 02:09:34 +03:00
parent 9c6cd777b9
commit eeb02ba141

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `creature_formations` WHERE `leaderGUID` = 42895;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(42895,42895,0,0,515,0,0),
(42895,42896,6.3,360,515,0,0);