fix(DB/Spells): Scourgebane Infusion and Scourgebane Draught should stack (#25823)
This commit is contained in:
parent
2430168263
commit
1624d908ec
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Reference in a new issue