DB/Spell: fix Hit debuff stack rule

By Despondencyy

Closes #21367
This commit is contained in:
ariel-
2018-03-01 23:21:12 -03:00
committed by Aokromes
parent 62c114d402
commit b795e71e6b

View File

@@ -0,0 +1,2 @@
-- Hit debuff stacking (Insect Swarm & Scorpid Sting)
UPDATE `spell_group_stack_rules` SET `stack_rule`= 3 WHERE `group_id`= 1060;