From df6421c5a3c9a7228779482df322b2fa294e7b80 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 19 Oct 2007 21:09:26 +0000 Subject: Removed some overly verbose messages from the TXT login server. Fixed some signed/unsigned mismatches in the code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11520 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/login/login.h') 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; -- cgit v1.2.3-60-g2f50