From 5aede412ab06c845fdcb5c02d8a20e164d0906b0 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Thu, 13 Nov 2025 07:23:49 -0300 Subject: [PATCH] fix(DB/Spell): Infectious Bites should stack from different casters (#23647) --- data/sql/updates/pending_db_world/rev_1763025506878930700.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1763025506878930700.sql diff --git a/data/sql/updates/pending_db_world/rev_1763025506878930700.sql b/data/sql/updates/pending_db_world/rev_1763025506878930700.sql new file mode 100644 index 000000000..1bcf44446 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1763025506878930700.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53094; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES +(53094, 0x00400000);