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