DB/Spells: the normal and instant cast DoT effect of Pyroblast will no longer stack with each other

This commit is contained in:
Ovahlord
2020-08-23 20:09:35 +02:00
parent 864ce72818
commit e0f9548624

View File

@@ -0,0 +1,8 @@
DELETE FROM `spell_group` WHERE `id`= 1149;
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
(1149, 11366),
(1149, 92315);
DELETE FROM `spell_group_stack_rules` WHERE `group_id`= 1149;
INSERT INTO `spell_group_stack_rules` (`group_id`, `stack_rule`) VALUES
(1149, 2);