diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-07 19:18:03 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-07 19:18:03 +0000 |
commit | 686a6ac97083946246fad16390c308fd84a62c23 (patch) | |
tree | 33a7c48da843154f937b3445a8b995bcc70e51e5 | |
parent | f45925ac0a75f59cef306ecd717eb16fbf159034 (diff) | |
download | hercules-686a6ac97083946246fad16390c308fd84a62c23.tar.gz hercules-686a6ac97083946246fad16390c308fd84a62c23.tar.bz2 hercules-686a6ac97083946246fad16390c308fd84a62c23.tar.xz hercules-686a6ac97083946246fad16390c308fd84a62c23.zip |
Revert of r14564. The value wasn't an arbitrary account id but rather the file format version. Added comment specifying this.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14565 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Trunk.txt | 1 | ||||
-rw-r--r-- | save-tmpl/account.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7c861e15e..db98a8e14 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/12/07 + * Revert of r14564. The value wasn't an arbitrary account id but rather the file format version. Added comment specifying this. [Paradox924X] * Removed arbitrary account id from atop account.txt (Since r13000). [Paradox924X] * Changed almost all instances of sprintf() to snprintf(). [Paradox924X] * Further corrections to doc/item_bonus.txt (bugreport:4624). [Ai4rei] diff --git a/save-tmpl/account.txt b/save-tmpl/account.txt index ffd38988c..54617c338 100644 --- a/save-tmpl/account.txt +++ b/save-tmpl/account.txt @@ -1,3 +1,5 @@ +// Format version. (Latest: 20080409) +20080409 // Accounts file: here are saved all information about the accounts. // Structure: account ID, username, password, sex, email, level, state, unban time, expiration time, # of logins, last login time, last (accepted) login ip, repeated(register key, register value) // where: |