mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/SAI): Zul'Farrak - Adds creature_formations for trash in the last boss room (#16363)
* ZF: Adds creature_formations for trash in the last boss room. * Follow AC SQL standards * Remove unneeded comment line. Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> --------- Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- Sul'lithuz Abomination and Sandfury Guardian creature formations
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (81527, 81565, 37998, 37999, 38000, 38001);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(81527, 81527, 0, 0, 3, 0, 0),
|
||||
(81527, 81565, 0, 0, 3, 0, 0),
|
||||
(37998, 37998, 0, 0, 3, 0, 0),
|
||||
(37998, 37999, 0, 0, 3, 0, 0),
|
||||
(37998, 38000, 0, 0, 3, 0, 0),
|
||||
(37998, 38001, 0, 0, 3, 0, 0);
|
||||
Reference in New Issue
Block a user