idz: Fix userdb msg 00AD block alignment

This commit is contained in:
Tau 2020-03-12 17:46:17 -04:00 committed by Tau
parent d3ca8f80b7
commit ef10c1c191

View File

@ -1,7 +1,7 @@
import { Message00AD } from "../request/msg00AD";
msg00AD.msgCode = 0x00ad;
msg00AD.msgLen = 0x061c;
msg00AD.msgLen = 0x0620;
export function msg00AD(buf: Buffer): Message00AD {
return { type: "msg_00AD_req" };