fix(Scripts/UBRS): General Drakkisath adds (#8988)

This commit is contained in:
Skjalf
2021-11-07 22:37:06 -03:00
committed by GitHub
parent 8b4442b0bb
commit 99131575a6
4 changed files with 36 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636243951230286700');
DELETE FROM `creature_formations` WHERE `leaderGUID` = 137971;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(137971, 137971, 0, 0, 515, 0, 0),
(137971, 90976, 0, 0, 515, 0, 0),
(137971, 90975, 0, 0, 515, 0, 0);