Scripts/Spells: Fix paladin talent Eye for an Eye (#27426)

This commit is contained in:
aquadeus
2021-12-19 11:53:17 +01:00
committed by GitHub
parent 5750466259
commit 07015cc052
2 changed files with 26 additions and 2 deletions

View File

@@ -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');