diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-26 07:10:38 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-26 07:10:38 +0000 |
commit | 971a20bad2710c31fc90d6b85fd82a59763ee11a (patch) | |
tree | 6cb043b71ff367c84abb447adcdf38efcad55e40 /src | |
parent | 017a81730336184d506b360e98641099be12c22a (diff) | |
download | hercules-971a20bad2710c31fc90d6b85fd82a59763ee11a.tar.gz hercules-971a20bad2710c31fc90d6b85fd82a59763ee11a.tar.bz2 hercules-971a20bad2710c31fc90d6b85fd82a59763ee11a.tar.xz hercules-971a20bad2710c31fc90d6b85fd82a59763ee11a.zip |
* Fixed auto-generated statpoint table missing 3 status points (since r1107).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14504 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 6da104d30..c83bfadc9 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -8088,7 +8088,7 @@ int pc_readdb(void) // スキルツリ? memset(statp,0,sizeof(statp)); i=1; - stat = 45; // base points + stat = 48; // base points sprintf(line, "%s/statpoint.txt", db_path); fp=fopen(line,"r"); if(fp == NULL){ |