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