fix(DB/Formations): Linked some creatures in Drakkisath Room into one formation. (#9092)
Fixes #9000
This commit is contained in:
parent
dd60e661b2
commit
7a8493b75b
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue