update language field in 9E and forward it on the proxy server

This commit is contained in:
Martin Michelsen
2022-06-27 17:35:34 -07:00
parent 2bb3118c1a
commit 3b1f4f4324
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -1198,7 +1198,7 @@ struct C_Login_PC_9D {
le_uint64_t unused;
le_uint32_t sub_version;
uint8_t is_extended; // If 1, structure has extended format
uint8_t unknown_a1; // Always 1?
uint8_t language; // 0 = JP, 1 = EN, 2 = DE (?), 3 = FR (?), 4 = ES
parray<uint8_t, 0x2> unused3; // Always zeroes?
ptext<char, 0x10> unused1; // Same as unused1/unused2 in 9A
ptext<char, 0x10> unused2;