fix(Scripts/Ulduar): overhaul Auriaya's Feral Defender (#26762)

Co-authored-by: Keader <keader.android@gmail.com>
This commit is contained in:
Andrew
2026-07-23 21:39:39 -03:00
committed by GitHub
parent 44df0285ce
commit c9317a7940
3 changed files with 189 additions and 53 deletions

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_ulduar_random_aggro_periodic', 'spell_auriaya_feral_essence_removal', 'spell_auriaya_feral_rush');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(61906, 'spell_ulduar_random_aggro_periodic'),
(64456, 'spell_auriaya_feral_essence_removal'),
(64496, 'spell_auriaya_feral_rush'),
(64674, 'spell_auriaya_feral_rush');