From bf4f37952b5fa4697e16429940dca0d1c4dadda9 Mon Sep 17 00:00:00 2001 From: toms Date: Fri, 1 Sep 2006 22:27:38 +0000 Subject: The duplicate npc report will now print the related file name git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8582 54d463be-8e91-2dee-dedb-b68131a5f0ec --- 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 5ff34647c..16affe0eb 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1964,7 +1964,7 @@ static int npc_parse_script(char *w1,char *w2,char *w3,char *w4,char *first_line if((dnd = npc_name2id(nd->exname))){ if(battle_config.etc_log) - ShowInfo("npc_parse_script: Overriding NPC '%s::%s' to '%s::%d'.. (Duplicated System Name - Lazy scripters >_>) \n",nd->name,nd->exname,nd->name,npc_script); + ShowInfo("npc_parse_script: Overriding NPC '%s::%s' to '%s::%d'.. in file '%s' (Duplicated System Name - Lazy scripters >_>) \n",nd->name,nd->exname,nd->name,npc_script,file); sprintf(nd->exname, "%d", npc_script); } -- cgit v1.2.3-60-g2f50