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:
parent
082147fc47
commit
e135e83183
2 changed files with 25 additions and 6 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue