chore(DB): import pending files

Referenced commit(s): c3214bade4
This commit is contained in:
github-actions[bot]
2026-05-17 16:10:17 +00:00
parent 6350a611d0
commit 48f37cc3d0
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2026_05_16_02 -> 2026_05_17_00
DELETE FROM `spell_proc` WHERE `SpellId` = 20178;
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
(20178, 0, 0, 0, 0, 0, 0x4, 0, 0, 0x2477, 0, 0, 0, 100, 0, 4);

View File

@@ -1,3 +1,4 @@
-- DB update 2026_05_17_00 -> 2026_05_17_01
DELETE FROM `command` WHERE `name` IN ('debug combat','debug threatinfo','pdump copy','pet delete','pet list','rbac list','reload rbac');
INSERT INTO `command` (`name`,`security`,`help`) VALUES
('debug combat',3,'Syntax: .debug combat\nLists PvP and PvE combat references of the selected unit (or self).'),

View File

@@ -1 +1,2 @@
-- DB update 2026_05_17_01 -> 2026_05_17_02
UPDATE `smart_scripts` SET `action_param6` = 2 WHERE `entryorguid` IN (17809, 17810, 17811, 17812) AND `source_type` = 0 AND `action_type` = 53;