mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
rollback unknown Festa values
This commit is contained in:
@@ -399,10 +399,10 @@ func handleMsgMhfStateFestaG(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
resp.WriteUint32(guild.Souls)
|
resp.WriteUint32(guild.Souls)
|
||||||
resp.WriteInt32(0) // unk
|
resp.WriteInt32(1) // unk
|
||||||
resp.WriteInt32(1) // unk, rank?
|
resp.WriteInt32(1) // unk, rank?
|
||||||
resp.WriteInt32(0) // unk
|
resp.WriteInt32(1) // unk
|
||||||
resp.WriteInt32(0) // unk
|
resp.WriteInt32(1) // unk
|
||||||
doAckBufSucceed(s, pkt.AckHandle, resp.Data())
|
doAckBufSucceed(s, pkt.AckHandle, resp.Data())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user