Fix typo.

This commit is contained in:
hondacrx
2021-02-22 21:09:19 -05:00
parent 4ed84e7ae4
commit b874d54198
+1 -1
View File
@@ -962,7 +962,7 @@ namespace Game.Spells
/*** VISIBILITY & PHASES ***/ /*** VISIBILITY & PHASES ***/
/**************************************/ /**************************************/
[AuraEffectHandler(AuraType.None)] [AuraEffectHandler(AuraType.None)]
void HandleUnsued(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply) void HandleUnused(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply)
{ {
} }