summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 35cc6e21e..bf97046f2 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -2885,7 +2885,7 @@ void clif_updatestatus(struct map_session_data *sd,int type)
WFIFOW(fd,2)=sd->cart_num;
WFIFOW(fd,4)=MAX_CART;
WFIFOL(fd,6)=sd->cart_weight;
- WFIFOL(fd,10)=battle_config.max_cart_weight;
+ WFIFOL(fd,10)=sd->cart_weight_max;
len=14;
break;