From 725f8e22c185235e67d9801ef589019c21f30ae5 Mon Sep 17 00:00:00 2001 From: Spirtix Date: Mon, 14 Aug 2023 14:32:16 +0200 Subject: [PATCH] update readme --- README.md | 1 + mitm-redirect.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab274e..4310174 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Then run School of Dragons. - GetUserUpcomingMissionState - GetUserCompletedMissionState - GetChildList +- UseInventory #### Implemented enough (probably) - GetRules (doesn't return any rules, probably doesn't need to) diff --git a/mitm-redirect.py b/mitm-redirect.py index 2117d35..aee9f44 100644 --- a/mitm-redirect.py +++ b/mitm-redirect.py @@ -67,7 +67,8 @@ methods = [ 'SetUserRoom', 'GetChildList', 'GetUserGameCurrency', - 'SetAchievementByEntityIDs' + 'SetAchievementByEntityIDs', + 'UseInventory' ] def routable(path):