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:
shennetsind
2012-01-11 21:19:07 +00:00
parent 648429a0c3
commit 35b178f8d8
3 changed files with 14 additions and 4 deletions

View File

@@ -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);