chore(DB): import pending files

Referenced commit(s): ae48c37914
This commit is contained in:
github-actions[bot]
2025-05-24 18:51:04 +00:00
parent ae48c37914
commit c7b86bc664

View File

@@ -0,0 +1,14 @@
-- DB update 2025_05_24_01 -> 2025_05_24_02
--
DELETE FROM `spell_proc_event` WHERE `entry` IN (45396,45398);
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(45396, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 45000),
(45398, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45000);
DELETE FROM `spell_script_names` WHERE `spell_id` IN (45396,45398) AND `ScriptName`='spell_gen_weapon_coating_enchant';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45396, 'spell_gen_weapon_coating_enchant'),
(45398, 'spell_gen_weapon_coating_enchant');
UPDATE `spell_dbc` SET `ProcTypeMask` = 81920,`ProcChance` = 100,`Effect_1` = 6,`EffectBasePoints_1` = 99,`EffectDieSides_1` = 1,`EffectTriggerSpell_1` = 45403,`EffectAura_1` = 42,`ImplicitTargetA_1` = 1 WHERE `ID` = 45396;
UPDATE `spell_dbc` SET `ProcTypeMask` = 68,`ProcChance` = 100,`Effect_1` = 6,`EffectBasePoints_1` = 99,`EffectDieSides_1` = 1,`EffectTriggerSpell_1` = 45401,`EffectAura_1` = 42,`ImplicitTargetA_1` = 1 WHERE `ID` = 45398;