chore(DB): import pending files

Referenced commit(s): 4599f26ae9
This commit is contained in:
github-actions[bot]
2026-02-18 11:32:59 +00:00
parent 4599f26ae9
commit bb5485b197
7 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_18_00 -> 2026_02_18_01
-- QAston Proc System - Base spell_proc entries
-- Port from TrinityCore QAston proc system commits

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_18_01 -> 2026_02_18_02
-- Lock and Load - Add spell_proc entry with correct SpellPhaseMask for periodic damage procs
-- SpellPhaseMask changed from 4 (PROC_SPELL_PHASE_FINISH) to 2 (PROC_SPELL_PHASE_HIT)
-- This allows Black Arrow, Explosive Trap, and Immolation Trap periodic damage to trigger Lock and Load

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_18_02 -> 2026_02_18_03
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (52179, 16246, 16191, -30881, 55278, 55328, 55329, 55330, 55332, 55333, 55335, 58589, 58590, 58591, 28820);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_18_03 -> 2026_02_18_04
-- Register Nether Protection spell script
DELETE FROM `spell_script_names` WHERE `spell_id` = -30299;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_18_04 -> 2026_02_18_05
-- Hunter T9 4P Bonus - spell script registration
DELETE FROM `spell_script_names` WHERE `spell_id` = 67151;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES

View File

@@ -1,2 +1,3 @@
-- DB update 2026_02_18_05 -> 2026_02_18_06
-- Omen of Clarity should only proc from damage and healing spells, not utility spells like Furor
UPDATE `spell_proc` SET `SpellTypeMask` = 3 WHERE `SpellId` = 16864;

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_18_06 -> 2026_02_18_07
--
-- The Lightning Capacitor, Thunder Capacitor, Reign of the Dead/Unliving trinkets
DELETE FROM `spell_script_names` WHERE `spell_id` IN (37657, 54841, 67712, 67758);