summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 7634c0d0b..21d863baf 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -1882,15 +1882,15 @@ static int npc_parse_script(char *w1,char *w2,char *w3,char *w4,char *first_line
printf("npc_parse_script: label name error !\n");
exit(1);
}else{
- struct event_data *ev2;
+ //struct event_data *ev2;
ev->nd=nd;
ev->pos=pos;
sprintf(buf,"%s::%s",nd->exname,lname);
- ev2 = strdb_search(ev_db,buf);
- if(ev2 != NULL) {
- printf("npc_parse_script : duplicate event %s\n",buf);
- aFree(ev2);
- }
+ //ev2 = strdb_search(ev_db,buf);
+ //if(ev2 != NULL) {
+ // printf("npc_parse_script : duplicate event %s\n",buf);
+ // aFree(ev2);
+ //}
strdb_insert(ev_db,buf,ev);
}
}