Post quest packets

Should fix most of the things that were causing black screens after quest completion.
This commit is contained in:
SirFist
2020-02-28 22:33:53 +00:00
parent 80c5701a9a
commit 0a664b9fde
7 changed files with 93 additions and 47 deletions

View File

@@ -91,7 +91,6 @@ func (s *Session) QueueAck(ackHandle uint32, data []byte) {
bf.WriteUint16(uint16(network.MSG_SYS_ACK))
bf.WriteUint32(ackHandle)
bf.WriteBytes(data)
bf.WriteUint16(0x0010)
s.QueueSend(bf.Data())
}