summaryrefslogtreecommitdiff
path: root/src/login_sql/login.h
diff options
context:
space:
mode:
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
commit0654a424e3b05d349237d490b95686d0e23244aa (patch)
treef35b5ee9a21e54e7b518de00ac384b9d012d410f /src/login_sql/login.h
parentdb712f4678ec7af502983935145507aa34dbca8a (diff)
downloadhercules-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_sql/login.h')
-rw-r--r--src/login_sql/login.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/login_sql/login.h b/src/login_sql/login.h
index 73892f4ef..725c02ada 100644
--- a/src/login_sql/login.h
+++ b/src/login_sql/login.h
@@ -16,10 +16,12 @@
#define END_ACCOUNT_NUM 100000000
struct mmo_account {
+ int version; //Added by sirius for versioncheck
char* userid;
char* passwd;
int passwdenc;
-
+
+
long account_id;
long login_id1;
long login_id2;