mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Formations): Linked some creatures in Drakkisath Room into one formation. (#9092)
Fixes #9000
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user