diff options
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 a982bab13..9005a7a82 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -8078,7 +8078,7 @@ int pc_readdb(void) {
int i,j,k;
FILE *fp;
- char line[16000],*p;
+ char line[24000],*p;
// 必要??値?み?み
memset(exp_table,0,sizeof(exp_table));
|