fix(Scripts/Paladin): Add cast check to Hand of Protection for casting spell on non-self targets. (#22077)

Hand of Protection no longer can be used if the caster it's stunned or confused.
This commit is contained in:
Benjamin Jackson
2025-05-10 13:38:46 -04:00
committed by GitHub
parent 201c1fc491
commit 60296dd934
2 changed files with 34 additions and 0 deletions

View File

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