mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Scripts/Ulduar): overhaul Auriaya's Feral Defender (#26762)
Co-authored-by: Keader <keader.android@gmail.com>
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user