diff --git a/PVP/PVPToy.cs b/PVP/PVPToy.cs index ddbd77a..70e7f8c 100644 --- a/PVP/PVPToy.cs +++ b/PVP/PVPToy.cs @@ -857,5 +857,5 @@ public static class ActionExt } public static bool IsSpellReady(this uint spellId) => IsReadyWithCanCast(spellId, ActionType.Action); - public static bool IsAbilityReady(this uint abilityId) => IsReadyWithCanCast(abilityId, ActionType.Ability); + // public static bool IsAbilityReady(this uint abilityId) => IsReadyWithCanCast(abilityId, ActionType.Ability); } \ No newline at end of file