DB/Spell: Fix Inner Fire

By Keader
This commit is contained in:
Aokromes
2018-05-03 14:45:56 +02:00
parent fb25fd29d2
commit 82ced5db6e

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `spell_group` WHERE `id`=1122;
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
(1122,588),
(1122,73413);
DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1122;
INSERT INTO `spell_group_stack_rules` (`group_id`, `stack_rule`) VALUES
(1122,1);