|
|
@ -72,7 +72,6 @@ async fn test_item_ids_reset_when_rejoining_rooms() { |
|
|
|
|
|
|
|
match &p[1].1 {
|
|
|
|
SendShipPacket::AddToRoom(add_to) => {
|
|
|
|
println!("addto {:?}", add_to);
|
|
|
|
assert_eq!(add_to.playerinfo.inventory.items.iter().map(|k| k.item_id).collect::<Vec<_>>(),
|
|
|
|
vec![0x210000,0x210001,0x210002,0x210003,0x210004,0x210005,0x210006,0x210007,0x210008,0x210009,
|
|
|
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);
|
|
|
|