chore(DB): import pending files

Referenced commit(s): e54e280e60
This commit is contained in:
github-actions[bot]
2026-02-19 20:48:07 +00:00
parent e135e83183
commit cafb5eae4b
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- DB update 2026_02_19_04 -> 2026_02_19_05
-- Lock and Load (-56342): fix SpellPhaseMask from HIT (2) to FINISH (4)
UPDATE `spell_proc` SET `SpellPhaseMask` = 4 WHERE `SpellId` = -56342;

View File

@@ -0,0 +1,3 @@
-- DB update 2026_02_19_05 -> 2026_02_19_06
-- 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;