fix(Core/Spells): fix Kel'Thuzad frost blast being affected by damage… (#24153)
This commit is contained in:
parent
688a19472b
commit
d1273bdd14
3 changed files with 6 additions and 1 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue