chore(DB): import pending files

Referenced commit(s): f88fda4f19
This commit is contained in:
github-actions[bot]
2026-02-25 02:52:24 +00:00
parent f3779c8924
commit e28881d0b8
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_25_01 -> 2026_02_25_02
-- Add acore_string for Debug.LFG config message (same pattern as Debug.Battleground / Debug.Arena)
DELETE FROM `acore_string` WHERE `entry` = 30098;
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_25_02 -> 2026_02_25_03
-- HitMask 0x477 = PROC_HIT_NORMAL | PROC_HIT_CRITICAL | PROC_HIT_MISS | PROC_HIT_DODGE | PROC_HIT_PARRY | PROC_HIT_BLOCK | PROC_HIT_ABSORB
DELETE FROM `spell_proc` WHERE `SpellId` = -65661;
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES