mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Chat tell fix;
This commit is contained in:
parent
57f7905286
commit
8c58d81736
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ struct FFXIVIpcTell : FFXIVIpcBasePacket<Tell>
|
||||||
uint16_t u2a;
|
uint16_t u2a;
|
||||||
uint16_t u2b;
|
uint16_t u2b;
|
||||||
uint8_t preName;
|
uint8_t preName;
|
||||||
|
uint8_t u3a;
|
||||||
|
uint8_t u3b;
|
||||||
char receipientName[32];
|
char receipientName[32];
|
||||||
char msg[1031];
|
char msg[1031];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue