parent
1358d73e23
commit
e6aae1e1c4
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- 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
|
||||
|
|
@ -1,2 +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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue