fix(DB/Spells): Added Earth Shock/Icy Chill enchantment to spell stac… (#12031)

...king groups.
This commit is contained in:
UltraNix 2022-06-14 22:17:12 +02:00 committed by GitHub
parent a7f768c1c8
commit 90c6459b74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
--
DELETE FROM `spell_group` WHERE `spell_id` IN (8042,20005);
INSERT INTO `spell_group` VALUES
(1014,8042,0),
(1014,20005,0);