mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
fix server-side messages using wrong CID
This commit is contained in:
@@ -75,7 +75,7 @@ func sendServerChatMessage(s *Session, message string) {
|
|||||||
msgBinChat.Build(bf)
|
msgBinChat.Build(bf)
|
||||||
|
|
||||||
castedBin := &mhfpacket.MsgSysCastedBinary{
|
castedBin := &mhfpacket.MsgSysCastedBinary{
|
||||||
CharID: s.charID,
|
CharID: 0,
|
||||||
MessageType: BinaryMessageTypeChat,
|
MessageType: BinaryMessageTypeChat,
|
||||||
RawDataPayload: bf.Data(),
|
RawDataPayload: bf.Data(),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user