From beb162e4bcc852a855b78dde9004e9299021e1dd Mon Sep 17 00:00:00 2001 From: jsn Date: Sun, 1 Dec 2024 22:41:17 +0800 Subject: [PATCH] Clif update storage amount window to capacity --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/clif.c b/src/map/clif.c index a6f9641453f..11b50af4062 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9714,7 +9714,7 @@ static void clif_refresh_storagewindow(struct map_session_data *sd) clif->storageList(sd, VECTOR_DATA(stor->item), VECTOR_LENGTH(stor->item)); - clif->updatestorageamount(sd, stor->aggregate, MAX_STORAGE); + clif->updatestorageamount(sd, stor->aggregate, stst->capacity); } // Notify the client that the gstorage is open otherwise it will