fix(DB/formations): Add formations to AQ20 zone The Hatchery (#12635)

This commit is contained in:
Gultask
2022-08-07 13:47:12 -03:00
committed by GitHub
parent b7c89e6699
commit 71d2adf566

View File

@@ -0,0 +1,39 @@
--
DELETE FROM `creature_formations` WHERE `leaderguid` IN (144466, 144476, 144473, 144469, 144481, 144470, 144452, 144456, 144454);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(144466, 144466, 0, 0, 3, 0, 0),
(144466, 144474, 0, 0, 3, 0, 0),
(144466, 144475, 0, 0, 3, 0, 0),
(144476, 144476, 0, 0, 3, 0, 0),
(144476, 144467, 0, 0, 3, 0, 0),
(144476, 144468, 0, 0, 3, 0, 0),
(144473, 144473, 0, 0, 3, 0, 0),
(144473, 144464, 0, 0, 3, 0, 0),
(144473, 144465, 0, 0, 3, 0, 0),
(144469, 144469, 0, 0, 3, 0, 0),
(144469, 144477, 0, 0, 3, 0, 0),
(144469, 144478, 0, 0, 3, 0, 0),
(144481, 144481, 0, 0, 3, 0, 0),
(144481, 144471, 0, 0, 3, 0, 0),
(144481, 144472, 0, 0, 3, 0, 0),
(144470, 144470, 0, 0, 3, 0, 0),
(144470, 144479, 0, 0, 3, 0, 0),
(144470, 144480, 0, 0, 3, 0, 0),
(144452, 144452, 0, 0, 3, 0, 0),
(144452, 144453, 0, 0, 3, 0, 0),
(144452, 144458, 0, 0, 3, 0, 0),
(144452, 144459, 0, 0, 3, 0, 0),
(144452, 144586, 0, 0, 3, 0, 0),
(144452, 144587, 0, 0, 3, 0, 0),
(144456, 144456, 0, 0, 3, 0, 0),
(144456, 144457, 0, 0, 3, 0, 0),
(144456, 144462, 0, 0, 3, 0, 0),
(144456, 144463, 0, 0, 3, 0, 0),
(144456, 144590, 0, 0, 3, 0, 0),
(144456, 144591, 0, 0, 3, 0, 0),
(144454, 144454, 0, 0, 3, 0, 0),
(144454, 144455, 0, 0, 3, 0, 0),
(144454, 144460, 0, 0, 3, 0, 0),
(144454, 144461, 0, 0, 3, 0, 0),
(144454, 144588, 0, 0, 3, 0, 0),
(144454, 144589, 0, 0, 3, 0, 0);