idz: Fix unknownA_2 message length rounding

This commit is contained in:
BemaniWitch
2021-02-03 23:43:43 +00:00
committed by Tau
parent fc0a65b0f1
commit f0771b5791
+1 -1
View File
@@ -8,7 +8,7 @@ export function unknownA_1(buf: Buffer): UnknownRequestA {
}
unknownA_2.msgCode = 0x00a2;
unknownA_2.msgLen = 0x061c;
unknownA_2.msgLen = 0x0620;
export function unknownA_2(buf: Buffer): UnknownRequestA {
return { type: "unknown_A_req" };