fix(DB/Creature): Link Hellfire Channelers in Magtheridon's Lair (#16721)

* Create rev_1688928918454010300.sql

* Update rev_1688928918454010300.sql

* Update rev_1688928918454010300.sql
This commit is contained in:
Gultask
2023-07-10 06:00:23 -03:00
committed by GitHub
parent e29429462c
commit 5850079ae8

View File

@@ -0,0 +1,8 @@
--
DELETE FROM `creature_formations` WHERE `memberGUID` IN (90978, 90979, 90980, 90981, 90982);
INSERT INTO `creature_formations` (`memberGUID`, `leaderGUID`, `groupAI`) VALUES
(90978, 90978, 3),
(90979, 90978, 3),
(90980, 90978, 3),
(90981, 90978, 3),
(90982, 90978, 3);