Edit on GitHub

GameService Server Mail Send Response

Summary

This packet acknowledges mail being sent by the client.

This is a response to GameService Client 0x0145 Mail Send.

Structure

gameservice_server_0213_mail_send_response

Name Type Summary
unknown_status u4 Possibly an status or error code. Only example shows 0, presumably success. (0x00000000)

Definition

meta:
  id: gameservice_server_0213_mail_send_response
  title: GameService Server Mail Send Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_status
    type: u4

Examples

No examples available. Contribute one?