fix(DB/Custom): UP Avenging Spirit's Wither should stack from multip… (#22056)
This commit is contained in:
parent
b3735c9d5c
commit
90fce27c83
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Avenging Spirit - Wither
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=48585;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (48585, 4194304);
|
||||
Loading…
Add table
Add a link
Reference in a new issue