From cc4794503fa5ad76422b76e796104dcf377459b0 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 7 Feb 2006 04:34:46 +0000 Subject: - Increased char buffer for reading the exp table to up to 24000 chars per line. - Added my custom experience table that goes up to level 1000. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5209 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') 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)); -- cgit v1.2.3-70-g09d2