mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Scripts/Spells): Deep Freeze Immunity State proc (#26168)
Co-authored-by: Ovahlord <dreadkiller@gmx.de>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
-- Fix Deep Freeze: only proc trigger spell 71757 on permanently stun-immune creatures
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=71761;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (71761, 'spell_mage_deep_freeze_immunity_state');
|
||||
Reference in New Issue
Block a user