mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
5
data/sql/updates/db_world/2026_02_25_02.sql
Normal file
5
data/sql/updates/db_world/2026_02_25_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 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
|
||||
(30098, 'LFG Debugging is already enabled in the config, thus you are unable to enable/disable it with command.');
|
||||
5
data/sql/updates/db_world/2026_02_25_03.sql
Normal file
5
data/sql/updates/db_world/2026_02_25_03.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 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
|
||||
(-65661, 0, 15, 4194321, 537001988, 0, 0x10, 0, 2, 0x477, 0, 0, 0, 100, 0, 0);
|
||||
Reference in New Issue
Block a user