diff options
Diffstat (limited to 'src/map/vending.c')
-rw-r--r-- | src/map/vending.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/vending.c b/src/map/vending.c index 42b9f6fea..2d3790596 100644 --- a/src/map/vending.c +++ b/src/map/vending.c @@ -125,14 +125,11 @@ void vending_purchasereq(struct map_session_data *sd,int len,int id,unsigned cha clif_vendingreport(vsd, index, amount); //log added by Lupus - #ifndef TXT_ONLY if(log_config.vend > 0) { log_vend(sd,vsd, index, amount, z); // for Item + Zeny. log. //we log ZENY only with the 1st item. Then zero it for the rest items 8). z = 0; } - #endif - } } |