summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-19 17:00:07 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-19 17:00:07 +0000
commit230c174da61cef240ab784bf7ca03c5fb8f99d89 (patch)
treede418240631c4ccad595d6609b8dbe1a37875a7d /src/map/npc.c
parent2f3700c455d58b0d02ac0507d67b647871777dff (diff)
downloadhercules-230c174da61cef240ab784bf7ca03c5fb8f99d89.tar.gz
hercules-230c174da61cef240ab784bf7ca03c5fb8f99d89.tar.bz2
hercules-230c174da61cef240ab784bf7ca03c5fb8f99d89.tar.xz
hercules-230c174da61cef240ab784bf7ca03c5fb8f99d89.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@643 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c4
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,