mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Add Deathclasp and his scorpions to formations (#10240)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user