From d5aa551ad1ed0dd9d096d7df1053a17340721e46 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 28 Dec 2018 09:07:36 +0300 Subject: Fix weight field in market shops. --- 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 a0081ba6f..9c6ff9bad 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -19904,7 +19904,7 @@ static void clif_npc_market_open(struct map_session_data *sd, struct npc_data *n packet->list[c].price = shop[i].value; packet->list[c].qty = shop[i].qty; packet->list[c].type = itemtype(id->type); - packet->list[c].weight = id->weight; + packet->list[c].weight = id->weight * 10; c++; } } -- cgit v1.2.3-60-g2f50