mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Spells): Added Earth Shock/Icy Chill enchantment to spell stac… (#12031)
...king groups.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user