fix(Scripts/Spells): Deep Freeze Immunity State proc (#26168)

Co-authored-by: Ovahlord <dreadkiller@gmx.de>
This commit is contained in:
sogladev
2026-06-14 23:06:34 +02:00
committed by GitHub
parent df82d1be97
commit 04f35f7923
2 changed files with 24 additions and 0 deletions

View File

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