mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Scripts/UBRS): General Drakkisath adds (#8988)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user