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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);