mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-20 06:37:45 +00:00
Try to fix crash after recieving status list
This commit is contained in:
parent
c5e04ba33f
commit
13b24e9cfe
2 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
||||||
{
|
{
|
||||||
"name": "Unk16",
|
"name": "Unk16",
|
||||||
"opcode": 392,
|
"opcode": 392,
|
||||||
"size": 6
|
"size": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Unk17",
|
"name": "Unk17",
|
||||||
|
|
|
@ -21,4 +21,5 @@ pub struct ActionRequest {
|
||||||
pub dir_target: u16,
|
pub dir_target: u16,
|
||||||
pub target: u64,
|
pub target: u64,
|
||||||
pub arg: u32,
|
pub arg: u32,
|
||||||
|
pub padding_prob: u32,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue