chore(DB): import pending files

Referenced commit(s): 4277ac0b26
This commit is contained in:
github-actions[bot]
2026-02-23 18:38:49 +00:00
parent d0f4ef26b7
commit d39a03b7ab
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
-- DB update 2026_02_23_05 -> 2026_02_23_06
-- Fix spell_script_names for spell_hun_rapid_recuperation
-- Script was moved from talent (53228/53232) to periodic mana aura (56654/58882)
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hun_rapid_recuperation';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(56654, 'spell_hun_rapid_recuperation'),
(58882, 'spell_hun_rapid_recuperation');
-- Remove explicit Inner Focus spell_proc entry (now auto-generated with PROC_ATTR_REQ_SPELLMOD)
DELETE FROM `spell_proc` WHERE `SpellId` = 14751;

View File

@@ -0,0 +1,2 @@
-- DB update 2026_02_23_06 -> 2026_02_23_07
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warl_seed_of_corruption_aura', 'spell_warl_seed_of_corruption_generic_aura');