fix(DB/Spells): Added Earth Shock/Icy Chill enchantment to spell stac… (#12031)
...king groups.
This commit is contained in:
parent
a7f768c1c8
commit
90c6459b74
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue