From 8c276f1978677fb63b7cf3fe9255491768d8895d Mon Sep 17 00:00:00 2001 From: sirius Date: Tue, 15 Feb 2005 09:47:08 +0000 Subject: CharSQL: fixed the 0x2b05 packet, now the multi mapservers works ... Login/LoginSQL: fixed the version check finaly :) now the servers can connect XD git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1110 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/login') diff --git a/src/login/login.c b/src/login/login.c index 95b0cc349..f925f5e2a 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -1122,12 +1122,10 @@ int mmo_auth(struct mmo_account* account, int fd) { } //EXE Version check [Sirius] - if(account->sex != 0){ - if(check_client_version == 1){ + if(check_client_version == 1 && account->version != 0){ if(account->version != client_version_to_connect){ return 5; } - } } // Strict account search -- cgit v1.2.3-70-g09d2