@@ -1,5 +1,8 @@
Date Added
+02/10
+ * Login/Login SQL: fixed the client version check function [Sirius]
+
02/09
* Added conf-tmpl/readme.txt, explaining the import folder [1066: Ajarn]
* SQL Char: Rewrote the char_create function (now it's faster/optimized) [Sirius]
@@ -1122,9 +1122,11 @@ int mmo_auth(struct mmo_account* account, int fd) {
}
//EXE Version check [Sirius]
- if(check_client_version == 1){
- if(account->version != client_version_to_connect){
- return 5;
+ if(account->sex != 0){
+ if(check_client_version == 1){
+ if(account->version != client_version_to_connect){
+ return 5;
+ }
@@ -438,9 +438,11 @@ int mmo_auth( struct mmo_account* account , int fd){
//check for lasted version (exe version check) [Sirius]
- return 6;
+ return 6;