fix(DB/Custom): Rotting Touch should stack from different sources (#18079)
This commit is contained in:
parent
ebe89b875f
commit
09e3dbf770
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Rotting Touch
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=50196;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (50196, 4194304);
|
||||
Loading…
Add table
Add a link
Reference in a new issue