fix(DB/SpellCustomAttr): make Spell Fury spellstealable (#21897)

This commit is contained in:
Jelle Meeus
2025-04-11 20:45:59 +02:00
committed by GitHub
parent 12693ff3f2
commit 530bc7349c

View File

@@ -0,0 +1,4 @@
--
-- set Spell Fury Effect 2 (SPELL_AURA_MOD_ROOT) as Positive (SPELL_ATTR0_CU_POSITIVE_EFF2)
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 46102;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES(46102, 134217728);