fix(DB/Spell): Infectious Bites should stack from different casters (#23647)
This commit is contained in:
parent
8fc69d47de
commit
5aede412ab
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53094;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(53094, 0x00400000);
|
||||
Loading…
Add table
Add a link
Reference in a new issue