fix(Core/Spells): Added some new spells to spell_group rules. (#9537)

Fixes #9249
This commit is contained in:
UltraNix 2021-12-12 01:34:48 +01:00 committed by GitHub
parent 24a56938e5
commit 663229705c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638820849350039500');
DELETE FROM `spell_group` WHERE `spell_id` IN (16878,24752,39233,23947,23948);
INSERT INTO `spell_group` VALUES
(1023,16878,0),
(1023,24752,0),
(1023,39233,0),
(1024,23947,0),
(1024,23948,0);