|
|
@ -26,6 +26,7 @@ async fn test_bank_items_sent_in_character_login() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -64,6 +65,7 @@ async fn test_request_bank_items() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -156,6 +158,7 @@ async fn test_request_bank_items_sorted() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -184,6 +187,7 @@ async fn test_request_bank_items_sorted() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -231,6 +235,7 @@ async fn test_deposit_individual_item() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -248,6 +253,7 @@ async fn test_deposit_individual_item() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -639,6 +645,7 @@ async fn test_deposit_individual_item_in_full_bank() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -658,6 +665,7 @@ async fn test_deposit_individual_item_in_full_bank() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -750,6 +758,7 @@ async fn test_deposit_stacked_item_in_full_bank() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -842,6 +851,7 @@ async fn test_deposit_stacked_item_in_full_bank_with_partial_stack() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -1046,6 +1056,7 @@ async fn test_withdraw_individual_item() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -1429,6 +1440,7 @@ async fn test_withdraw_individual_item_in_full_inventory() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -1447,6 +1459,7 @@ async fn test_withdraw_individual_item_in_full_inventory() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -1539,6 +1552,7 @@ async fn test_withdraw_stacked_item_in_full_inventory() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -1631,6 +1645,7 @@ async fn test_withdraw_stacked_item_in_full_inventory_with_partial_stack() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
modifiers: Vec::new(),
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
|