mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
9
data/sql/updates/db_world/2026_06_18_00.sql
Normal file
9
data/sql/updates/db_world/2026_06_18_00.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2026_06_17_00 -> 2026_06_18_00
|
||||
--
|
||||
-- Ignis the Furnace Master: bind the Brittle aura proc script (spell_ignis_brittle_aura)
|
||||
-- to both raid difficulty variants so Iron Constructs shatter at the correct,
|
||||
-- tooltip-accurate damage threshold (62382 = 10m/5000, 67114 = 25m/3000).
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (62382, 67114);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(62382, 'spell_ignis_brittle_aura'),
|
||||
(67114, 'spell_ignis_brittle_aura');
|
||||
Reference in New Issue
Block a user