Make changed parsers size-accurate

This commit is contained in:
Andrew Gutekanst
2020-03-03 02:32:00 -05:00
parent e90cc176ec
commit d300098838
19 changed files with 141 additions and 28 deletions

View File

@@ -7,7 +7,7 @@ import (
// MsgSysLogout represents the MSG_SYS_LOGOUT
type MsgSysLogout struct {
Unk0 uint8
Unk0 uint8 // Hardcoded 1 in binary
}
// Opcode returns the ID associated with this packet type.