Commit e3a2773b authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents 00bd1314 dca53b30
...@@ -1507,6 +1507,10 @@ void Game::LoadConfig() { ...@@ -1507,6 +1507,10 @@ void Game::LoadConfig() {
myswprintf(mainGame->gameConf.locale, L"%ls", L"ko-KR"); myswprintf(mainGame->gameConf.locale, L"%ls", L"ko-KR");
break; break;
} }
case 0x16: {
myswprintf(mainGame->gameConf.locale, L"%ls", L"pt-BR");
break;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment