mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
4
data/sql/updates/db_world/2026_05_17_00.sql
Normal file
4
data/sql/updates/db_world/2026_05_17_00.sql
Normal file
@@ -0,0 +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);
|
||||
10
data/sql/updates/db_world/2026_05_17_01.sql
Normal file
10
data/sql/updates/db_world/2026_05_17_01.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- 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).'),
|
||||
('debug threatinfo',3,'Syntax: .debug threatinfo\nDisplays various debug information about the target''s threat state, modifiers, redirects and similar.'),
|
||||
('pdump copy',3,'Syntax: .pdump copy $playerNameOrGUID $account [$newname] [$newguid]\nCopy character with name/guid $playerNameOrGUID into character list of $account with $newname, with first free or $newguid guid.'),
|
||||
('pet delete',3,'Syntax: .pet delete $playerNameOrGUID #petNumber\nDeletes the pet with the given pet number belonging to the specified player.'),
|
||||
('pet list',1,'Syntax: .pet list $playerNameOrGUID\nLists all pets owned by the specified player (id, entry, level, slot, name, type).'),
|
||||
('rbac list',3,'Syntax: .rbac list [#id]\nView list of all permissions. If #id is given will show only info for that permission.'),
|
||||
('reload rbac',3,'Syntax: .reload rbac\nReload rbac system.');
|
||||
2
data/sql/updates/db_world/2026_05_17_02.sql
Normal file
2
data/sql/updates/db_world/2026_05_17_02.sql
Normal file
@@ -0,0 +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;
|
||||
Reference in New Issue
Block a user