mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 14:35:57 +00:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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;
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user