diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 22:37:16 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 22:37:16 +0000 |
commit | 0654a424e3b05d349237d490b95686d0e23244aa (patch) | |
tree | f35b5ee9a21e54e7b518de00ac384b9d012d410f /src/login/login.h | |
parent | db712f4678ec7af502983935145507aa34dbca8a (diff) | |
download | hercules-0654a424e3b05d349237d490b95686d0e23244aa.tar.gz hercules-0654a424e3b05d349237d490b95686d0e23244aa.tar.bz2 hercules-0654a424e3b05d349237d490b95686d0e23244aa.tar.xz hercules-0654a424e3b05d349237d490b95686d0e23244aa.zip |
_M/_F changes, and clientinfo thingys... all credit to sirius
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1059 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login/login.h')
-rw-r--r-- | src/login/login.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/login.h b/src/login/login.h index 4a5b5be0c..c08952383 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -15,6 +15,7 @@ extern int login_port; struct mmo_account { + int version; //Added for version check [Sirius] char* userid; char passwd[33]; int passwdenc; |