fix(DB/SpellCustomAttr): make Spell Fury spellstealable (#21897)
This commit is contained in:
parent
12693ff3f2
commit
530bc7349c
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue