mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-24 08:07:45 +00:00
Fix chat message packet size
This commit is contained in:
parent
2db7716aa9
commit
55355381f9
1 changed files with 3 additions and 3 deletions
|
@ -215,7 +215,7 @@
|
||||||
{
|
{
|
||||||
"name": "ChatMessage",
|
"name": "ChatMessage",
|
||||||
"opcode": 293,
|
"opcode": 293,
|
||||||
"size": 1056
|
"size": 58
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GameMasterCommand",
|
"name": "GameMasterCommand",
|
||||||
|
@ -234,7 +234,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Unk16",
|
"name": "Unk16",
|
||||||
"opcode": 392,
|
"opcode": 953,
|
||||||
"size": 8
|
"size": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -244,7 +244,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Unk18",
|
"name": "Unk18",
|
||||||
"opcode": 221,
|
"opcode": 409,
|
||||||
"size": 8
|
"size": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue