fix(DB/Creature): Add Deathclasp and his scorpions to formations (#10240)

This commit is contained in:
Nefertumm
2022-01-27 18:43:05 -03:00
committed by GitHub
parent 6b0d9002b4
commit 79d4efd1b4

View File

@@ -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);