Skip to content

Commit 4336a23

Browse files
committed
Clif update storage amount window to capacity
1 parent 76aa1c2 commit 4336a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map/clif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9714,7 +9714,7 @@ static void clif_refresh_storagewindow(struct map_session_data *sd)
97149714

97159715
clif->storageList(sd, VECTOR_DATA(stor->item), VECTOR_LENGTH(stor->item));
97169716

9717-
clif->updatestorageamount(sd, stor->aggregate, MAX_STORAGE);
9717+
clif->updatestorageamount(sd, stor->aggregate, stst->capacity);
97189718
}
97199719

97209720
// Notify the client that the gstorage is open otherwise it will

0 commit comments

Comments
 (0)