fix(Core/Spells): fix Kel'Thuzad frost blast being affected by damage… (#24153)

This commit is contained in:
Andrew
2025-12-18 12:52:39 -03:00
committed by GitHub
parent 688a19472b
commit d1273bdd14
3 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_26pct_count_pct_from_max_hp' AND `spell_id` = 29879;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(29879, 'spell_gen_26pct_count_pct_from_max_hp');