mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +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.
|
-- 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;
|
DELETE FROM `creature_formations` WHERE `leaderGUID`=90978;
|
||||||
INSERT INTO `creature_formations`
|
INSERT INTO `creature_formations`
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2026_05_30_00 -> 2026_05_30_01
|
||||||
--
|
--
|
||||||
DROP TABLE IF EXISTS `spell_cone`;
|
DROP TABLE IF EXISTS `spell_cone`;
|
||||||
CREATE TABLE `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;
|
DELETE FROM `spell_cone` WHERE `ID` > 0;
|
||||||
INSERT INTO `spell_cone` VALUES
|
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
|
-- 25029 Flamethrower TARGET_UNIT_CONE_ENTRY
|
||||||
-- 25030 Shoot Rocket TARGET_UNIT_CONE_ENTRY
|
-- 25030 Shoot Rocket TARGET_UNIT_CONE_ENTRY
|
||||||
Reference in New Issue
Block a user