|
|
@ -27,6 +27,7 @@ async fn test_bank_items_sent_in_character_login() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -68,6 +69,7 @@ async fn test_request_bank_items() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -165,6 +167,7 @@ async fn test_request_bank_items_sorted() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -193,6 +196,7 @@ async fn test_request_bank_items_sorted() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -243,6 +247,7 @@ async fn test_deposit_individual_item() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -258,6 +263,7 @@ async fn test_deposit_individual_item() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -617,6 +623,7 @@ async fn test_deposit_individual_item_in_full_bank() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -635,6 +642,7 @@ async fn test_deposit_individual_item_in_full_bank() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -714,6 +722,7 @@ async fn test_deposit_stacked_item_in_full_bank() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -810,6 +819,7 @@ async fn test_deposit_stacked_item_in_full_bank_with_partial_stack() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -988,6 +998,7 @@ async fn test_withdraw_individual_item() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -1347,6 +1358,7 @@ async fn test_withdraw_individual_item_in_full_inventory() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Bank {
|
|
|
@ -1366,6 +1378,7 @@ async fn test_withdraw_individual_item_in_full_inventory() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -1441,6 +1454,7 @@ async fn test_withdraw_stacked_item_in_full_inventory() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
@ -1523,6 +1537,7 @@ async fn test_withdraw_stacked_item_in_full_inventory_with_partial_stack() { |
|
|
|
special: None,
|
|
|
|
attrs: [None, None, None],
|
|
|
|
tekked: true,
|
|
|
|
wrapping: None,
|
|
|
|
}
|
|
|
|
),
|
|
|
|
location: item::ItemLocation::Inventory {
|
|
|
|