From 48d96bc41a4791b6cb0bc2cf514a6cc1f06c4dd8 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 28 Sep 2009 13:05:53 -0600 Subject: Revert "Prevent trading with other players who are shoping" This reverts commit b3939b91deda8081c5b144109829599b05e81272. --- src/map/trade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/trade.c b/src/map/trade.c index 9e99ef1..31f29ce 100644 --- a/src/map/trade.c +++ b/src/map/trade.c @@ -28,7 +28,7 @@ void trade_traderequest(struct map_session_data *sd,int target_id) return; } } - if (target_sd->npc_id || target_sd->npc_shopid) + if (target_sd->npc_id) { //Trade fails if you are using an NPC. clif_tradestart(sd, 2); -- cgit v1.2.3-60-g2f50