-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_PARTY_MATCHING_JOIN
DummkopfOfHachtenduden edited this page Oct 12, 2021
·
2 revisions
0x706D - CLIENT_AGENT_PARTY_MATCHING_JOIN_REQ
4 uint Party.MatchingID
0xB06D - SERVER_AGENT_PARTY_MATCHING_JOIN_ACK
1 byte result
if(result == 1)
{
2 ushort joinResult
}
else
{
2 ushort errorCode
//ErrorCodes:
//11292 = Cannot find corresponding party.
}