mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
6
data/sql/updates/db_world/2026_04_03_03.sql
Normal file
6
data/sql/updates/db_world/2026_04_03_03.sql
Normal 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');
|
||||
Reference in New Issue
Block a user