From b874d54198270931fd6deb28ed4b6b85f445e282 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 22 Feb 2021 21:09:19 -0500 Subject: [PATCH] Fix typo. --- Source/Game/Spells/Auras/AuraEffect.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }