fix(DB/Spell): Infectious Bites should stack from different casters (#23647)

This commit is contained in:
Andrew
2025-11-13 07:23:49 -03:00
committed by GitHub
parent 8fc69d47de
commit 5aede412ab

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53094;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(53094, 0x00400000);