From 634861889132634336748ad9204e80e004b05809 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sun, 20 Apr 2008 16:17:24 +0000 Subject: * Several updates from Trunk - Merged the new Auth process to avoid double logins. - Merged official adoption process. - Removed @gm command. - Cleaning of MAX_ACCOUNT_ID and MAX_CHAR_ID - Update of the online user count (map_getusers) NOTE: i will do a second check to see if i forget something else. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12621 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 27336c05b..4d64a3182 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4915,7 +4915,7 @@ void pc_respawn(struct map_session_data* sd, uint8 clrtype) static int pc_respawn_timer(int tid,unsigned int tick,int id,int data) { struct map_session_data *sd = map_id2sd(id); - if( sd != NULL) + if( sd != NULL ) pc_respawn(sd,0); return 0; -- cgit v1.2.3-60-g2f50