fix(DB/Spells): Scourgebane Infusion and Scourgebane Draught should stack (#25823)

This commit is contained in:
kb31
2026-05-17 18:35:16 +01:00
committed by GitHub
parent 2430168263
commit 1624d908ec

View File

@@ -0,0 +1,7 @@
--
-- Scourgebane Infusion (item 22778 -> spell 28488) and Scourgebane Draught
-- (item 22779 -> spell 28486) are not battle elixirs. Remove them from the
-- Battle Elixir spell group(1) so they stack with each other and other
-- flasks/elixirs.
--
DELETE FROM `spell_group` WHERE `id` = 1 AND `spell_id` IN (28486, 28488);