summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-02 05:02:59 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-02 05:02:59 +0000
commit74cdd2aabac3b6f74fe84a77301245ffc876db6f (patch)
treec777052a227e39d7abdc28f9a022b08e77a872b2 /src/map/clif.c
parent0c9374f1f6f3d82cfa93a3c305ce5328363d0c28 (diff)
downloadhercules-74cdd2aabac3b6f74fe84a77301245ffc876db6f.tar.gz
hercules-74cdd2aabac3b6f74fe84a77301245ffc876db6f.tar.bz2
hercules-74cdd2aabac3b6f74fe84a77301245ffc876db6f.tar.xz
hercules-74cdd2aabac3b6f74fe84a77301245ffc876db6f.zip
Fixed bugreport:5650 GN Cart Remodeling weight boost should now be working properly.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16042 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;