1
0
forked from metin2/client
This commit is contained in:
2025-01-12 18:29:08 +01:00
parent 2589163a49
commit 62916f0622
4 changed files with 7 additions and 7 deletions

View File

@ -225,7 +225,7 @@ bool CPropertyManager::Erase(DWORD dwCRC)
FILE * fp = fopen("property/reserve", "a+");
if (!fp)
LogBox("\xBF\xB9\xBE\xE0 CRC \xC6\xC4\xC0\xCF\xC0\xBB \xBF\xAD \xBC\xF6 \xBE\xF8\xBD\xC0\xB4\xCF\xB4\xD9.");
LogBox("Unable to Open Scheduled CRC Files.");
else
{
char szCRC[64 + 1];