mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Raids): Razorgore the Untamed should pull together with Gorthek the Controller. (#10640)
- Closes #10580
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user