fix(DB/Formations): Linked some creatures in Drakkisath Room into one formation. (#9092)

Fixes #9000
This commit is contained in:
UltraNix
2021-11-10 06:33:33 +01:00
committed by GitHub
parent dd60e661b2
commit 7a8493b75b

View File

@@ -0,0 +1,9 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636478862897449300');
DELETE FROM `creature_formations` WHERE `leaderguid`=137859;
INSERT INTO `creature_formations` VALUES
(137859,137859,0,0,2,0,0),
(137859,137954,5,135,513,0,0),
(137859,137865,5,45,513,0,0),
(137859,137958,5,315,513,0,0),
(137859,137952,5,225,513,0,0);