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]