fix(DB/Formations): AQ40 Stationary pack linking (#12799)

* Create rev_1660959750178228200.sql

* Update rev_1660959750178228200.sql

* Update rev_1660959750178228200.sql

* Update rev_1660959750178228200.sql

* Update rev_1660959750178228200.sql

* Update rev_1660959750178228200.sql
This commit is contained in:
Gultask 2022-08-23 08:04:17 -03:00 committed by GitHub
parent dd3cba357b
commit 43f3d3a518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,62 @@
-- Add formation linking to stationary packs in AQ40
DELETE FROM `creature_formations` WHERE `memberGUID` IN (87595,87596,87597,87598,87599,87600,87608,87606,87607,87612,87613,87614,87604,87605,87609,87610,87611,87615,87616,87617,87618,87619,87620,87625,87628,87631,87633,87635,87636,87621,87624,87626,87627,87630,87634,87622,87623,87629,87632,87637,87638,88077,88015,88016,88017,88018,88019,87657,88028,88029,87656,88026,88027,87655,88024,88025,87654,88022,88023);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(87595, 87595, 0, 0, 3, 0, 0),
(87595, 87596, 0, 0, 3, 0, 0),
(87595, 87597, 0, 0, 3, 0, 0),
(87598, 87598, 0, 0, 3, 0, 0),
(87598, 87599, 0, 0, 3, 0, 0),
(87598, 87600, 0, 0, 3, 0, 0),
(87598, 87608, 0, 0, 3, 0, 0),
(87606, 87606, 0, 0, 3, 0, 0),
(87606, 87607, 0, 0, 3, 0, 0),
(87606, 87612, 0, 0, 3, 0, 0),
(87606, 87613, 0, 0, 3, 0, 0),
(87606, 87614, 0, 0, 3, 0, 0),
(87604, 87604, 0, 0, 3, 0, 0),
(87604, 87605, 0, 0, 3, 0, 0),
(87604, 87609, 0, 0, 3, 0, 0),
(87604, 87610, 0, 0, 3, 0, 0),
(87604, 87611, 0, 0, 3, 0, 0),
(87615, 87615, 0, 0, 3, 0, 0),
(87615, 87616, 0, 0, 3, 0, 0),
(87615, 87617, 0, 0, 3, 0, 0),
(87615, 87618, 0, 0, 3, 0, 0),
(87615, 87619, 0, 0, 3, 0, 0),
(87615, 87620, 0, 0, 3, 0, 0),
(87625, 87625, 0, 0, 3, 0, 0),
(87625, 87628, 0, 0, 3, 0, 0),
(87625, 87631, 0, 0, 3, 0, 0),
(87625, 87633, 0, 0, 3, 0, 0),
(87625, 87635, 0, 0, 3, 0, 0),
(87625, 87636, 0, 0, 3, 0, 0),
(87621, 87621, 0, 0, 3, 0, 0),
(87621, 87624, 0, 0, 3, 0, 0),
(87621, 87626, 0, 0, 3, 0, 0),
(87621, 87627, 0, 0, 3, 0, 0),
(87621, 87630, 0, 0, 3, 0, 0),
(87621, 87634, 0, 0, 3, 0, 0),
(87622, 87622, 0, 0, 3, 0, 0),
(87622, 87623, 0, 0, 3, 0, 0),
(87622, 87629, 0, 0, 3, 0, 0),
(87622, 87632, 0, 0, 3, 0, 0),
(87622, 87637, 0, 0, 3, 0, 0),
(87622, 87638, 0, 0, 3, 0, 0),
(88077, 88077, 0, 0, 1, 0, 0),
(88077, 88015, 0, 0, 1, 0, 0),
(88077, 88016, 0, 0, 1, 0, 0),
(88077, 88017, 0, 0, 1, 0, 0),
(88077, 88018, 0, 0, 1, 0, 0),
(88077, 88019, 0, 0, 1, 0, 0),
(87657, 87657, 0, 0, 3, 0, 0),
(87657, 88028, 0, 0, 3, 0, 0),
(87657, 88029, 0, 0, 3, 0, 0),
(87656, 87656, 0, 0, 3, 0, 0),
(87656, 88026, 0, 0, 3, 0, 0),
(87656, 88027, 0, 0, 3, 0, 0),
(87655, 87655, 0, 0, 3, 0, 0),
(87655, 88024, 0, 0, 3, 0, 0),
(87655, 88025, 0, 0, 3, 0, 0),
(87654, 87654, 0, 0, 3, 0, 0),
(87654, 88022, 0, 0, 3, 0, 0),
(87654, 88023, 0, 0, 3, 0, 0);