From 065f2203b8aa2140e55c0ef62ad0ad2e5ea4d088 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 15 Jan 2007 19:16:44 +0000 Subject: - Fixed Joint Beat's speed penalty. - Added a pc_authok check to prevent the case in which somehow another character of the same account manages to log in as well. - The pc normalize job function will now recognize you as a novice if you don't have NV_BASIC maxed. - Accessories will now by default go into the rigth-side rather than the left-side of the equip window. - Added a check in the mob_ai_subhard function to make mobs unlock targets which have their invincible timer set. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9655 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index ddf14927d..17eb4714c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8211,8 +8211,8 @@ void clif_parse_WantToConnection(int fd, TBL_PC* sd) WFIFOSET(fd,packet_len(0x6a)); clif_setwaitclose(fd); return; - - } else if( (old_sd=map_id2sd(account_id)) != NULL ){ + } + if( (old_sd=map_id2sd(account_id)) != NULL ){ // if same account already connected, we disconnect the 2 sessions //Check for characters with no connection (includes those that are using autotrade) [durf],[Skotlex] if (old_sd->state.finalsave || !old_sd->state.auth) -- cgit v1.2.3-70-g09d2