fix(Scripts/Spells): General's Heart trinket (#19756)

* handle aura with spell_gen_absorb0_hitlimit1

* refactor enscapsulate limit
This commit is contained in:
Jelle Meeus
2024-08-27 22:25:41 +02:00
committed by GitHub
parent 4db17e158c
commit 53e0779ae8
2 changed files with 10 additions and 5 deletions

View File

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