From 4a2641916024fb492839cf2c174290b124c653bb Mon Sep 17 00:00:00 2001 From: hictooth Date: Thu, 22 Jun 2023 10:39:49 +0100 Subject: [PATCH] update readme --- README.md | 5 ++++- mitm-redirect.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c91cb6..fe45c11 100644 --- a/README.md +++ b/README.md @@ -45,17 +45,20 @@ Then run School of Dragons. - SetAvatar - RegisterParent - RegisterChild +- CreatePet - SetRaisedPet +- SetSelectedPet - GetAllActivePetsByuserId +- GetSelectedRaisedPet - SetImage - GetImage +- GetImageByUserId #### Implemented enough (probably) - GetRules (doesn't return any rules, probably doesn't need to) - GetQuestions (doesn't return all questions, probably doesn't need to) - GetSubscriptionInfo (always returns member, with end date 10 years from now) - SetTaskState (only the TaskCanBeDone status is supported) -- CreatePet (doesn't handle SetAsSelectedPet/UnSelectOtherPets) #### Partially implemented - GetUserProfileByUserID (a lot is still placeholder) diff --git a/mitm-redirect.py b/mitm-redirect.py index 9bd6c87..564e777 100644 --- a/mitm-redirect.py +++ b/mitm-redirect.py @@ -23,7 +23,6 @@ methods = [ 'GetCommonInventory', 'GetAuthoritativeTime', 'SetAvatar', - 'GetAllActivePetsByuserId', 'GetPetAchievementsByUserID', 'GetDetailedChildList', 'GetStore', @@ -35,6 +34,7 @@ methods = [ 'CreatePet', 'SetRaisedPet', 'SetSelectedPet', + 'GetAllActivePetsByuserId', 'GetSelectedRaisedPet', 'SetImage', 'GetImage',