chore(DB): import pending files

Referenced commit(s): 8ffbbe2c08
This commit is contained in:
github-actions[bot]
2026-04-03 20:03:21 +00:00
parent 8ffbbe2c08
commit 71928da8d4

View File

@@ -0,0 +1,6 @@
-- DB update 2026_04_03_02 -> 2026_04_03_03
-- Fix Skadi Poisoned Spear not applying periodic DOT in Heroic mode.
-- Spell 59331 is the heroic variant of 50255 (mapped via spelldifficulty_dbc),
-- but the spell script was only registered for the normal version.
DELETE FROM `spell_script_names` WHERE `spell_id` = 59331 AND `ScriptName` = 'spell_skadi_poisoned_spear';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (59331, 'spell_skadi_poisoned_spear');