fix(Scripts/Spells): General's Heart trinket (#19756)
* handle aura with spell_gen_absorb0_hitlimit1 * refactor enscapsulate limit
This commit is contained in:
parent
4db17e158c
commit
53e0779ae8
2 changed files with 10 additions and 5 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 64765;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (64765, 'spell_gen_absorb0_hitlimit1');
|
||||
Loading…
Add table
Add a link
Reference in a new issue