fix(DB/Spells): Add scrolls to the str/agi spell group (#24877)
This commit is contained in:
parent
16daeea316
commit
fcd7e383c2
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_group` WHERE `id` = 1088 AND `spell_id` IN (-1066, -1067);
|
||||
INSERT INTO `spell_group` (`id`,`spell_id`) VALUES (1088, -1066), (1088, -1067);
|
||||
Loading…
Add table
Add a link
Reference in a new issue