diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-01 07:05:16 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-01 07:05:16 +0000 |
commit | a50c6281bbad73cd4155cbf55af4c899c9e2d1ea (patch) | |
tree | 8161ab2ccedc1fcbdac2f719c3f530bf73b9ed1d /save-tmpl | |
parent | 21dbc498aa93746cc8aaf38b7362a58c71addb84 (diff) | |
download | hercules-a50c6281bbad73cd4155cbf55af4c899c9e2d1ea.tar.gz hercules-a50c6281bbad73cd4155cbf55af4c899c9e2d1ea.tar.bz2 hercules-a50c6281bbad73cd4155cbf55af4c899c9e2d1ea.tar.xz hercules-a50c6281bbad73cd4155cbf55af4c899c9e2d1ea.zip |
Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915).
Corrected incorrect use of the datetime column in the `login` table (bugreport:1962). Refreshed txt account savefile.
Cleaned up some random minor source code glitches.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13030 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'save-tmpl')
-rw-r--r-- | save-tmpl/account.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/save-tmpl/account.txt b/save-tmpl/account.txt index 43299d089..c69de9a54 100644 --- a/save-tmpl/account.txt +++ b/save-tmpl/account.txt @@ -7,10 +7,10 @@ // state : 0: account is ok, 1 to 256: error code of packet 0x006a + 1 // unban time : 0: no ban, <other value>: banned until the date (unix timestamp) // expiration time : 0: unlimited account, <other value>: account expires on the date (unix timestamp) -1 s1 p1 S a@a.com 0 0 0 0 0 - - -2 s2 p2 S a@a.com 0 0 0 0 0 - - -3 s3 p3 S a@a.com 0 0 0 0 0 - - -4 s4 p4 S a@a.com 0 0 0 0 0 - - -5 s5 p5 S a@a.com 0 0 0 0 0 - - -2000001 Test Test M a@a.com 0 0 0 0 0 - - +1 s1 p1 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 - +2 s2 p2 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 - +3 s3 p3 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 - +4 s4 p4 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 - +5 s5 p5 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 - +2000001 Test Test M a@a.com 0 0 0 0 0 0000-00-00 00:00:00 - 2000002 %newid% |