From 36c580213bdf9b141f9a3e837af567457396a1f0 Mon Sep 17 00:00:00 2001 From: ManyManyTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Fri, 11 Apr 2025 21:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=BA=97=E9=A1=B5=E9=9D=A2=E4=BB=8E0?= =?UTF-8?q?=E5=BC=80=E5=A7=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- farm/shop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farm/shop.py b/farm/shop.py index e1f3cfe..fef2592 100644 --- a/farm/shop.py +++ b/farm/shop.py @@ -34,7 +34,7 @@ class CShopManager: sell = "" plants = list(g_pJsonManager.m_pPlant['plant'].items()) - start = (num - 1) * 15 + start = (num - 0) * 15 maxItems = min(len(plants) - start, 15) items = plants[start:start + maxItems]