fix(Scripts/Spells): fix Blood Presence not healing for damage dealt (#24765)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
Co-authored-by: mik1893 <michele.roscelli@gmail.com>
This commit is contained in:
blinkysc 2026-02-19 14:29:08 -06:00 committed by GitHub
parent 082147fc47
commit e135e83183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 6 deletions

View file

@ -0,0 +1,2 @@
-- Blood Presence (63611): rename script to match new class name
UPDATE `spell_script_names` SET `ScriptName` = 'spell_dk_improved_blood_presence_triggered' WHERE `spell_id` = 63611;