Scripts/Spells: Update Atonement trigger spells (#31651)

This commit is contained in:
Cristian Vintila
2026-02-05 21:13:32 +01:00
committed by GitHub
parent 3cb131c273
commit 80910b9521
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_atonement_effect' AND `spell_id` IN (139, 200829, 47750);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(200829, 'spell_pri_atonement_effect'),
(47750, 'spell_pri_atonement_effect');