From 45ab260d4addc77e66516ebf0f9342cdc9460b32 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 28 Feb 2009 09:09:00 -0700 Subject: Fix some bugs int he map and char servers --- src/map/npc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index cc0880a..d484483 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1245,7 +1245,7 @@ static int npc_parse_shop(char *w1,char *w2,char *w3,char *w4) if (value < 0) { int temp = abs(value); if (id == NULL) id = itemdb_search(nameid); - value = id->value_buy; * temp + value = id->value_buy * temp; } nd->u.shop_item[pos].value = value; -- cgit v1.2.3-60-g2f50