Scripts/Spells: Fix paladin talent Eye for an Eye

Port From (https://github.com/TrinityCore/TrinityCore/commit/07015cc0525c7bd4ceaf513324d7b8c8aebcf25e)
This commit is contained in:
hondacrx
2022-01-05 20:24:19 -05:00
parent b7a3e66f93
commit f8f41e303e
2 changed files with 23 additions and 2 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_eye_for_an_eye';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(205191,'spell_pal_eye_for_an_eye');