Skip to content

Commit

Permalink
Clif update storage amount window to capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonch35 committed Dec 1, 2024
1 parent 76aa1c2 commit 4336a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/clif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4336a23

Please sign in to comment.