mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
Add support for private messages
This commit is contained in:
@@ -238,8 +238,7 @@ func handleMsgSysCastBinary(s *Session, p mhfpacket.MHFPacket) {
|
||||
|
||||
chatBf := byteframe.NewByteFrame()
|
||||
|
||||
chatBf.WriteUint16(0x04)
|
||||
|
||||
chatBf.WriteUint16(chatMessage.TargetType)
|
||||
chatBf.WriteBytes(chatMessage.RawDataPayload)
|
||||
|
||||
resp = &mhfpacket.MsgSysCastedBinary{
|
||||
|
||||
Reference in New Issue
Block a user