From 055e9d1776ba183d6d1f686f57807791179ae7fc Mon Sep 17 00:00:00 2001 From: hondacrx Date: Wed, 16 Jan 2019 17:44:12 -0500 Subject: [PATCH] Core/Spells: Fix SPELL_AURA_MOD_ROOT_2 not proccing on damage --- Source/Game/Spells/Auras/AuraEffect.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Game/Spells/Auras/AuraEffect.cs b/Source/Game/Spells/Auras/AuraEffect.cs index eacca45f3..c9d57fc63 100644 --- a/Source/Game/Spells/Auras/AuraEffect.cs +++ b/Source/Game/Spells/Auras/AuraEffect.cs @@ -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: