diff --git a/Source/Game/Spells/Auras/AuraEffect.cs b/Source/Game/Spells/Auras/AuraEffect.cs index 4b7057935..68c6cad46 100644 --- a/Source/Game/Spells/Auras/AuraEffect.cs +++ b/Source/Game/Spells/Auras/AuraEffect.cs @@ -961,6 +961,11 @@ namespace Game.Spells /**************************************/ /*** VISIBILITY & PHASES ***/ /**************************************/ + [AuraEffectHandler(AuraType.None)] + void HandleUnsued(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply) + { + } + [AuraEffectHandler(AuraType.ModInvisibilityDetect)] void HandleModInvisibilityDetect(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply) {