room notes, etc #139

Merged
jake merged 12 commits from more_itemnotes into master 2023-02-18 21:01:46 -05:00
Showing only changes of commit f5c71ced17 - Show all commits

View File

@ -551,7 +551,7 @@ where
let mut transaction = tool.with_entity_id(transaction, |mut transaction, entity_id| {
async move {
transaction.gateway().add_item_note(&entity_id, ItemNote::FedToMag {
//character_id: character.id,
character_id: character.id,
mag: mag_entity_id,
}).await?;
transaction.gateway().feed_mag(&mag_entity_id, &entity_id).await?;
@ -1241,4 +1241,4 @@ where
Ok(((item_state, transaction), ()))
})
}
}
}