mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-24 21:47:45 +00:00
Add the forgotten size test
This commit is contained in:
parent
2406bc7d09
commit
a3c6efb33f
1 changed files with 10 additions and 0 deletions
|
@ -1071,6 +1071,16 @@ mod tests {
|
|||
total_sale_cost: 0,
|
||||
},
|
||||
),
|
||||
(
|
||||
ServerZoneIpcType::ItemObtainedLogMessage,
|
||||
ServerZoneIpcData::ItemObtainedLogMessage {
|
||||
event_id: 0,
|
||||
message_type: 0,
|
||||
params_count: 0,
|
||||
item_id: 0,
|
||||
item_quantity: 0,
|
||||
},
|
||||
),
|
||||
(
|
||||
ServerZoneIpcType::UpdateInventorySlot,
|
||||
ServerZoneIpcData::UpdateInventorySlot {
|
||||
|
|
Loading…
Add table
Reference in a new issue