mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 17:05:03 +01:00
Fix typo in MsgSysGetUserBinary
This commit is contained in:
@@ -564,7 +564,7 @@ func handleMsgSysSetUserBinary(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
func handleMsgSysGetUserBinary(s *Session, p mhfpacket.MHFPacket) {
|
func handleMsgSysGetUserBinary(s *Session, p mhfpacket.MHFPacket) {
|
||||||
pkt := p.(*mhfpacket.MsgSysGetUserBinary)
|
pkt := p.(*mhfpacket.MsgSysGetUserBinary)
|
||||||
|
|
||||||
resp := bf.NewByteFrame()
|
resp := byteframe.NewByteFrame()
|
||||||
if pkt.BinaryType == 1 {
|
if pkt.BinaryType == 1 {
|
||||||
// Stub name response with character ID
|
// Stub name response with character ID
|
||||||
resp.WriteBytes([]byte(fmt.Sprintf("CID%d", s.charID)))
|
resp.WriteBytes([]byte(fmt.Sprintf("CID%d", s.charID)))
|
||||||
|
|||||||
Reference in New Issue
Block a user