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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 70f1e3dbb..36569eb88 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -156,7 +156,7 @@ int npc_event_dequeue(struct map_session_data *sd)
sd->eventtimer[ev]=add_timer(gettick()+100,pc_eventtimer,sd->bl.id,(int)name);//!!todo!!
}else
- ShowMessage("npc_event_dequeue: event timer is full !\n");
+ printf("npc_event_dequeue: event timer is full !\n");
}
return 0;
}