fix(DB/Raids): Razorgore the Untamed should pull together with Gorthek the Controller. (#10640)

- Closes #10580
This commit is contained in:
UltraNix 2022-02-15 01:08:02 +01:00 committed by GitHub
parent 0fea133f09
commit 277df8a8ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644660802073805600');
DELETE FROM `creature_formations` WHERE `leaderGuid`=84389;
INSERT INTO `creature_formations` VALUES
(84389,84389,0,0,7,0,0),
(84389,84388,0,0,7,0,0);