From b7963e42b40dc17223655c0d4fb7602802962ea6 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:06:01 +0200 Subject: fix: Abiphone SB Level Xp being wrong (#1334) --- constants/sblevels.json | 4 ++-- 1 file 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, -- cgit