mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Spell): Infectious Bites should stack from different casters (#23647)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53094;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(53094, 0x00400000);
|
||||
Reference in New Issue
Block a user