mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
fix(DB/SpellCustomAttr): make Spell Fury spellstealable (#21897)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user