diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-31 14:06:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 12:06:01 +0000 |
| commit | b7963e42b40dc17223655c0d4fb7602802962ea6 (patch) | |
| tree | 6950ddfce8e80c539a4d14bf11d70c42d7f2bfa5 | |
| parent | 6784e6fa3c498e51be0f74e8dc9e6318bafa0067 (diff) | |
| download | NotEnoughUpdates-REPO-b7963e42b40dc17223655c0d4fb7602802962ea6.tar.gz NotEnoughUpdates-REPO-b7963e42b40dc17223655c0d4fb7602802962ea6.tar.bz2 NotEnoughUpdates-REPO-b7963e42b40dc17223655c0d4fb7602802962ea6.zip | |
fix: Abiphone SB Level Xp being wrong (#1334)
| -rw-r--r-- | constants/sblevels.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/sblevels.json b/constants/sblevels.json index bcb7b614..0f177362 100644 --- a/constants/sblevels.json +++ b/constants/sblevels.json @@ -20,7 +20,7 @@ "essence_shop_task": 1250, "slaying_task": 10190, "skill_related_task": 5320, - "miscellaneous_task": 2251, + "miscellaneous_task": 2281, "story_task": 140, "event_task": 625 }, @@ -157,7 +157,7 @@ "reaper_peppers": 50, "the_dojo": 425, "harp_songs": 236, - "abiphone_contacts": 490, + "abiphone_contacts": 510, "personal_bank_upgrades": 110, "community_shop_upgrades": 120, "timecharm": 700, |
