Rename of variables and wip info

This commit is contained in:
stratic-dev
2024-07-31 14:23:32 +01:00
parent f70fd5e6e7
commit 93b107362c
4 changed files with 16 additions and 7 deletions

View File

@@ -157,7 +157,8 @@ func handleMsgMhfPostTowerInfo(s *Session, p mhfpacket.MHFPacket) {
zap.Int32("Unk6", pkt.Unk6),
zap.Int32("Unk7", pkt.Unk7),
zap.Int32("Block1", pkt.Block1),
zap.Int64("TimeTaken", pkt.TimeTaken),
zap.Int32("TimeTaken", pkt.TimeTaken),
zap.Int32("CID", pkt.CID),
)
}