diff options
Diffstat (limited to 'src/login/login.h')
-rw-r--r-- | src/login/login.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/login/login.h b/src/login/login.h index f9fc9f484..405b3fab2 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -4,21 +4,21 @@ #ifndef _LOGIN_H_ #define _LOGIN_H_ +#include "../common/mmo.h" + #define LOGIN_CONF_NAME "conf/login_athena.conf" #define LAN_CONF_NAME "conf/subnet_athena.conf" // supported encryption types: 1- passwordencrypt, 2- passwordencrypt2, 3- both #define PASSWORDENC 3 -extern uint16 login_port; - struct mmo_account { int version; char userid[NAME_LENGTH]; char passwd[NAME_LENGTH]; int passwdenc; - uint32 account_id; + int account_id; long login_id1; long login_id2; long char_id; |