Fix Manipulation action check

This commit is contained in:
Asriel Camora
2023-12-14 18:01:58 -08:00
parent 38a621c21a
commit 3d056b7794
+1 -1
View File
@@ -156,7 +156,7 @@ internal static class ClassJobUtils
PlayerState.Instance()->ClassJobLevelArray[me.GetExpArrayIdx()];
public static unsafe bool CanPlayerUseManipulation(this ClassJob me) =>
ActionManager.CanUseActionOnTarget(ActionType.Manipulation.GetId(me), (GameObject*)Service.ClientState.LocalPlayer!.Address);
UIState.Instance()->IsUnlockLinkUnlockedOrQuestCompleted(ActionType.Manipulation.GetActionRow(me).Action!.UnlockLink);
public static string GetName(this ClassJob me)
{