update language field in 9E and forward it on the proxy server
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
|
||||
GameVersion version;
|
||||
uint32_t sub_version;
|
||||
uint8_t language;
|
||||
std::string character_name;
|
||||
std::string login_command_bb;
|
||||
|
||||
@@ -121,6 +122,7 @@ public:
|
||||
Channel&& client_channel,
|
||||
std::shared_ptr<PSOBBMultiKeyDetectorEncryption> detector_crypt,
|
||||
uint32_t sub_version,
|
||||
uint8_t language,
|
||||
const std::string& character_name);
|
||||
void resume(
|
||||
Channel&& client_channel,
|
||||
|
||||
Reference in New Issue
Block a user