diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-23 06:46:54 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-23 06:46:54 +0000 |
commit | 1fa3b3d27b2dc44b41516526314162f7e679a5c1 (patch) | |
tree | a07549336ee250e31450f83c2ed6dc1a2d489390 /src/login | |
parent | d28762e63974a9dbe1e642829df185cdd40abde5 (diff) | |
download | hercules-1fa3b3d27b2dc44b41516526314162f7e679a5c1.tar.gz hercules-1fa3b3d27b2dc44b41516526314162f7e679a5c1.tar.bz2 hercules-1fa3b3d27b2dc44b41516526314162f7e679a5c1.tar.xz hercules-1fa3b3d27b2dc44b41516526314162f7e679a5c1.zip |
- Merged START_ACCOUNT_NUM and END_ACCOUNT_NUM moved from login.h to mmo.h
- Merged more helpfull error messages when packet_ver=-1. (no more "clif_parse: Disconnecting session #XX for not having latest client version (has version -1)." messages).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9564 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login')
-rw-r--r-- | src/login/login.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/login/login.h b/src/login/login.h index 5a12902c7..38901ff33 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -4,8 +4,6 @@ #ifndef _LOGIN_H_ #define _LOGIN_H_ -#include "../common/mmo.h" - #define MAX_SERVERS 30 #define LOGIN_CONF_NAME "conf/login_athena.conf" |