added remode-specific exp files processing as per kenpachi request, special thanks to brianl
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15424 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -651,8 +651,8 @@ int inter_guild_ReadEXP(void)
|
||||
FILE *fp;
|
||||
char line[1024];
|
||||
for (i=0;i<100;i++) guild_exp[i]=0;
|
||||
|
||||
sprintf(line, "%s/exp_guild.txt", db_path);
|
||||
//this is going to be discussed, temp fix
|
||||
sprintf(line, "%s/pre-re/exp_guild.txt", db_path);
|
||||
fp=fopen(line,"r");
|
||||
if(fp==NULL){
|
||||
ShowError("can't read %s\n", line);
|
||||
|
||||
Reference in New Issue
Block a user