DB/Creature: Add formations to Warden of Time

This commit is contained in:
offl
2020-09-09 03:23:30 +03:00
parent fb9698cca7
commit aaac8f1f96

View File

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