Core/Spells: Fix SPELL_AURA_MOD_ROOT_2 not proccing on damage

This commit is contained in:
hondacrx
2019-01-16 17:44:12 -05:00
parent b7a6caf342
commit 055e9d1776
+1
View File
@@ -748,6 +748,7 @@ namespace Game.Spells
case AuraType.ModStun:
case AuraType.ModRoot:
case AuraType.Transform:
case AuraType.ModRoot2:
HandleBreakableCCAuraProc(aurApp, eventInfo);
break;
case AuraType.Dummy: