mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-05 06:17:56 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_05_28_00 -> 2026_05_30_00
|
||||
-- Hellfire Channelers formation: groupAI = 3 (MEMBER_ASSIST_LEADER | LEADER_ASSIST_MEMBER), pack-aggro only. Wipe handling lives in the instance script's hard reset.
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID`=90978;
|
||||
INSERT INTO `creature_formations`
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_05_30_00 -> 2026_05_30_01
|
||||
--
|
||||
DROP TABLE IF EXISTS `spell_cone`;
|
||||
CREATE TABLE `spell_cone` (
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_05_30_01 -> 2026_05_30_02
|
||||
--
|
||||
DELETE FROM `spell_cone` WHERE `ID` > 0;
|
||||
INSERT INTO `spell_cone` VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_05_30_02 -> 2026_05_30_03
|
||||
--
|
||||
-- 25029 Flamethrower TARGET_UNIT_CONE_ENTRY
|
||||
-- 25030 Shoot Rocket TARGET_UNIT_CONE_ENTRY
|
||||
Reference in New Issue
Block a user