fix(DB/Spells): Add scrolls to the str/agi spell group (#24877)

This commit is contained in:
Tereneckla 2026-02-25 22:19:46 +00:00 committed by GitHub
parent 16daeea316
commit fcd7e383c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);