Scripts/Spells: Fix paladin talent "Final Verdict" (#30615)

This commit is contained in:
Aqua Deus
2025-02-13 23:53:21 +01:00
committed by GitHub
parent adb63648f1
commit c8bd288166
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_final_verdict';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(383328, 'spell_pal_final_verdict');