fix(DB/Formations): Solarian static trash packs (#19334)

Create rev_1720368973655043800.sql
This commit is contained in:
Gultask 2024-07-09 13:08:35 -03:00 committed by GitHub
parent 8e06ca9c73
commit db39b5e300
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,41 @@
--
DELETE FROM `creature_formations` WHERE `memberGUID` IN (158167,158168,158169,158170,158171,158172,158173,158174,158175,158176,158177,158178,158155,158156,158157,158158,158159,158160,158161,158162,158163,158164,158165,158166,158143,158144,158145,158146,158147,158148,158149,158150,158151,158152,158153,158154);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `groupAI`) VALUES
(158167, 158167, 3),
(158167, 158168, 3),
(158167, 158169, 3),
(158167, 158170, 3),
(158167, 158171, 3),
(158167, 158172, 3),
(158167, 158173, 3),
(158167, 158174, 3),
(158167, 158175, 3),
(158167, 158176, 3),
(158167, 158177, 3),
(158167, 158178, 3),
(158155, 158155, 3),
(158155, 158156, 3),
(158155, 158157, 3),
(158155, 158158, 3),
(158155, 158159, 3),
(158155, 158160, 3),
(158155, 158161, 3),
(158155, 158162, 3),
(158155, 158163, 3),
(158155, 158164, 3),
(158155, 158165, 3),
(158155, 158166, 3),
(158143, 158143, 3),
(158143, 158144, 3),
(158143, 158145, 3),
(158143, 158146, 3),
(158143, 158147, 3),
(158143, 158148, 3),
(158143, 158149, 3),
(158143, 158150, 3),
(158143, 158151, 3),
(158143, 158152, 3),
(158143, 158153, 3),
(158143, 158154, 3);