From 62515eac603cfe037311ebabbd855954e97fe9db Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Fri, 20 Aug 2010 18:56:23 +0000 Subject: Removed processing for undocumented and unused event 'OnCharIfInit' which is essentially an alias for event 'OnInterIfInit'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14389 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/chrif.c') diff --git a/src/map/chrif.c b/src/map/chrif.c index 15b9bd624..73549bf2b 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -433,7 +433,6 @@ int chrif_connectack(int fd) chrif_sendmap(fd); - ShowStatus("Event '"CL_WHITE"OnCharIfInit"CL_RESET"' executed with '"CL_WHITE"%d"CL_RESET"' NPCs.\n", npc_event_doall("OnCharIfInit")); ShowStatus("Event '"CL_WHITE"OnInterIfInit"CL_RESET"' executed with '"CL_WHITE"%d"CL_RESET"' NPCs.\n", npc_event_doall("OnInterIfInit")); if( !char_init_done ) { char_init_done = true; -- cgit v1.2.3-70-g09d2