forked from metin2/client
Removed Armadillo Nanomite
This commit is contained in:
@ -25,7 +25,6 @@ int MULTI_LOCALE_CODE = 1252;
|
||||
|
||||
void LocaleService_LoadConfig(const char* fileName)
|
||||
{
|
||||
NANOBEGIN
|
||||
FILE* fp = fopen(fileName, "rt");
|
||||
|
||||
if (fp)
|
||||
@ -44,7 +43,6 @@ void LocaleService_LoadConfig(const char* fileName)
|
||||
}
|
||||
fclose(fp);
|
||||
}
|
||||
NANOEND
|
||||
}
|
||||
|
||||
unsigned LocaleService_GetLastExp(int level)
|
||||
|
Reference in New Issue
Block a user