mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix fakeReceiveSelfMsg
This commit is contained in:
parent
2c8b57a7dc
commit
14bf5fc0a2
@ -63,7 +63,7 @@ internal object PacketSvc: BaseSvc() {
|
||||
msgType = 166,
|
||||
msgSubType = 11,
|
||||
msgSeq = msgSeq,
|
||||
u1 = msgSeq,
|
||||
msgViaRandom = msgSeq,
|
||||
msgTime = System.currentTimeMillis() / 1000,
|
||||
u2 = 1,
|
||||
u3 = msgSeq,
|
||||
@ -71,7 +71,9 @@ internal object PacketSvc: BaseSvc() {
|
||||
u4 = msgSeq - 2,
|
||||
u5 = msgSeq
|
||||
),
|
||||
body = MessageBody(RichMessage(builder()))
|
||||
body = MessageBody(RichMessage(
|
||||
elements = builder()
|
||||
))
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user