From 0a98391b9dba8f27a0c285fcdafc564d93a37e23 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 19 Oct 2006 21:25:56 +0000 Subject: - Cleaned up the log.c file. - Splitted log_pick into log_pick_pc and log_pick_mob to avoid ugly type-casting. - Fixed log_chat not recording anything if the server is compiled in SQL mode and sql_logs is turned off (it should then record to a plain txt file) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9017 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index 7724a2b8a..89538052d 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1260,7 +1260,7 @@ int npc_buylist(struct map_session_data *sd,int n,unsigned short *item_list) //Logs items, Bought in NPC (S)hop [Lupus] if(log_config.enable_logs&0x20) - log_pick(sd, "S", 0, item_tmp.nameid, item_list[i*2], NULL); + log_pick_pc(sd, "S", item_tmp.nameid, item_list[i*2], NULL); //Logs } @@ -1321,7 +1321,7 @@ int npc_selllist(struct map_session_data *sd,int n,unsigned short *item_list) } if(log_config.enable_logs&0x20) //Logs items, Sold to NPC (S)hop [Lupus] - log_pick(sd, "S", 0, nameid, -qty, &sd->status.inventory[idx]); + log_pick_pc(sd, "S", nameid, -qty, &sd->status.inventory[idx]); if(nd) { pc_setreg(sd,add_str("@sold_nameid")+(i<<24),(int)sd->status.inventory[idx].nameid); -- cgit v1.2.3-70-g09d2