fix(Scripts/Spells): Spell school reflectors should have failure chan… (#20560)

fix(Scripts/Spells): Spell school reflectors should have failure chance at higher levels
This commit is contained in:
Andrew
2024-11-14 16:03:35 -03:00
committed by GitHub
parent 65d2ca31cf
commit 5252e6cf5b
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_item_spell_reflectors';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(23132, 'spell_item_spell_reflectors'),
(23097, 'spell_item_spell_reflectors'),
(23131, 'spell_item_spell_reflectors');