Core/Spells: update judgement spellscript thx @Xanvial

Closes #10562
Closes #9477
Closes #9801
This commit is contained in:
joschiwald
2014-01-27 19:50:07 +01:00
parent aa6aaed486
commit 55c7cfaf4c
3 changed files with 15 additions and 29 deletions

View File

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