Scripts/Spells: fixed Seal of Righteousness

This commit is contained in:
Ovahlord
2025-01-25 11:27:37 +01:00
parent aaec1db9f0
commit 3ec0ba7c83
2 changed files with 52 additions and 0 deletions

View File

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