fix(DB/Spells): Infinity Blade's Magic Disruption should stack for di… (#19077)
fix(DB/Spells): Infinity Blade's Magic Disruption should stack for different casters
This commit is contained in:
parent
22c9d689aa
commit
cf258bc969
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=36478;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (36478, 4194304);
|
||||
Loading…
Add table
Add a link
Reference in a new issue