fix(DB/Raids): Razorgore the Untamed should pull together with Gorthek the Controller. (#10640)
- Closes #10580
This commit is contained in:
parent
0fea133f09
commit
277df8a8ab
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue