mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
9
data/sql/updates/db_world/2026_02_26_03.sql
Normal file
9
data/sql/updates/db_world/2026_02_26_03.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2026_02_26_02 -> 2026_02_26_03
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` IN ('spellinfo', 'spellinfo attributes', 'spellinfo effects', 'spellinfo targets', 'spellinfo all');
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('spellinfo', 2, 'Syntax: .spellinfo $subcommand\n\nType .spellinfo to see a list of subcommands or .help spellinfo $subcommand to see info on subcommands.'),
|
||||
('spellinfo attributes', 2, 'Syntax: .spellinfo attributes #spellid\n\nDisplays basic info and attribute flags for spell #spellid including SpellAttr0-7, custom attributes, stances, dispel type and mechanic.'),
|
||||
('spellinfo effects', 2, 'Syntax: .spellinfo effects #spellid\n\nDisplays effect data for spell #spellid including effect type, aura type, base points, multipliers, misc values, mechanic, trigger spell, amplitude and class mask per effect.'),
|
||||
('spellinfo targets', 2, 'Syntax: .spellinfo targets #spellid\n\nDisplays target data for spell #spellid including target mask, creature type, max affected targets, and per-effect TargetA, TargetB, radius and chain targets.'),
|
||||
('spellinfo all', 2, 'Syntax: .spellinfo all #spellid\n\nDisplays all available data for spell #spellid including attributes, general properties, effects and targets.');
|
||||
3
data/sql/updates/db_world/2026_02_26_04.sql
Normal file
3
data/sql/updates/db_world/2026_02_26_04.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2026_02_26_03 -> 2026_02_26_04
|
||||
-- Darkmoon Card: Blue Dragon - add NONE DmgClass proc flags and fix phase to CAST
|
||||
UPDATE `spell_proc` SET `ProcFlags` = 0x15400, `SpellPhaseMask` = 1 WHERE `SpellId` = 23688;
|
||||
Reference in New Issue
Block a user