Skip to content

Commit

Permalink
fix server-side messages using wrong CID
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiwish committed Nov 21, 2023
1 parent 405e653 commit 43f8cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/channelserver/handlers_cast_binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func sendServerChatMessage(s *Session, message string) {
msgBinChat.Build(bf)

castedBin := &mhfpacket.MsgSysCastedBinary{
CharID: s.charID,
CharID: 0,
MessageType: BinaryMessageTypeChat,
RawDataPayload: bf.Data(),
}
Expand Down

0 comments on commit 43f8cef

Please sign in to comment.