mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 12:27:48 +00:00
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:
3
data/sql/updates/pending_db_world/bop-ally.sql
Normal file
3
data/sql/updates/pending_db_world/bop-ally.sql
Normal 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');
|
||||
Reference in New Issue
Block a user