Script/Ulduar: Fixed conflict with Random Aggro Periodic spell (#26184)

(cherry picked from commit 06c1f728baca8e584fee8a10cb9e793abc5475bf)
This commit is contained in:
Keader
2022-03-06 23:34:36 +01:00
committed by Shauren
parent 95ccf9fc15
commit d9b7a40d43
5 changed files with 121 additions and 91 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_auriaya_random_agro_periodic','spell_ulduar_random_aggro_periodic');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(61906,'spell_ulduar_random_aggro_periodic');