diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 70bb4aa12..d9f515cfd 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -435,8 +435,8 @@ int npc_event_do_clock(int tid,unsigned int tick,int id,int data) int npc_event_do_oninit(void) { // int c = npc_event_doall("OnInit"); - sprintf(tmp_output,"Event '\033[1;29mOnInit\033[0;0m' executed with '\033[1" - ";29m%d\033[0;0m' NPCs.\n",npc_event_doall("OnInit")); + sprintf(tmp_output,"Event '"CL_WHITE"OnInit"CL_RESET"' executed with '" + CL_WHITE"%d"CL_RESET"' NPCs.\n",npc_event_doall("OnInit")); ShowStatus(tmp_output); add_timer_interval(gettick()+100, |