parent
df04120c16
commit
03b27f4784
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_02_27_01 -> 2026_02_27_02
|
||||
-- Fix "on cast" procs: add missing NONE DmgClass flags and correct SpellPhaseMask
|
||||
-- These spells have tooltips like "chance on successful spellcast" but were missing
|
||||
-- DONE_SPELL_NONE_DMG_CLASS_POS/NEG flags, preventing NONE-DmgClass spells from
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_02_27_02 -> 2026_02_27_03
|
||||
-- Cobra Strikes spell script bindings
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (-53256, 53257);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue