critical semaphore bug fix

This commit is contained in:
wish
2022-08-02 01:19:02 +10:00
parent 967fb8f15e
commit a020ad88d0
2 changed files with 7 additions and 11 deletions

View File

@@ -355,7 +355,7 @@ func (s *Server) BroadcastRaviente(ip uint32, port uint16, stage []byte, _type u
bf.WriteBytes(make([]byte, 17))
s.WorldcastMHF(&mhfpacket.MsgSysCastedBinary{
CharID: 0x00000000,
BroadcastType: BroadcastTypeSemaphore,
BroadcastType: BroadcastTypeServer,
MessageType: BinaryMessageTypeChat,
RawDataPayload: bf.Data(),
}, nil)