kill_counters #109

Closed
andy wants to merge 80 commits from kill_counters into master
Showing only changes of commit 8e105b31f2 - Show all commits

View File

@ -463,7 +463,7 @@ fn add_inventory_item_to_bank(character_id: CharacterEntityId)
}
}
pub async fn deposit_item<'a, EG>(
pub async fn deposit_item<'a, EG> (
item_state: &'a mut ItemState,
entity_gateway: &mut EG,
character: &CharacterEntity,