diff --git a/Source/Game/Spells/Auras/AuraEffect.cs b/Source/Game/Spells/Auras/AuraEffect.cs index 68c6cad46..f25c6997b 100644 --- a/Source/Game/Spells/Auras/AuraEffect.cs +++ b/Source/Game/Spells/Auras/AuraEffect.cs @@ -962,7 +962,7 @@ namespace Game.Spells /*** VISIBILITY & PHASES ***/ /**************************************/ [AuraEffectHandler(AuraType.None)] - void HandleUnsued(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply) + void HandleUnused(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply) { }