fix(DB/Creature): Add Deathclasp and his scorpions to formations (#10240)
This commit is contained in:
parent
6b0d9002b4
commit
79d4efd1b4
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642523191674512900');
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (42921, 44397, 44396);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(42921, 42921, 0, 0, 3),
|
||||
(42921, 44397, 0, 0, 3),
|
||||
(42921, 44396, 0, 0, 3);
|
||||
Loading…
Add table
Add a link
Reference in a new issue