|
@ -1161,7 +1161,9 @@ where |
|
|
Box::pin(async move {
|
|
|
Box::pin(async move {
|
|
|
let transaction = floor_item.with_entity_id(transaction, |mut transaction, entity_id| {
|
|
|
let transaction = floor_item.with_entity_id(transaction, |mut transaction, entity_id| {
|
|
|
async move {
|
|
|
async move {
|
|
|
transaction.gateway().add_item_note(&entity_id, ItemNote::FloorLimitReached { map_area: map_area }).await?;
|
|
|
|
|
|
|
|
|
transaction.gateway().add_item_note(&entity_id, ItemNote::FloorLimitReached {
|
|
|
|
|
|
map_area
|
|
|
|
|
|
}).await?;
|
|
|
Ok(transaction)
|
|
|
Ok(transaction)
|
|
|
}}).await?;
|
|
|
}}).await?;
|
|
|
Ok(((item_state, transaction), ()))
|
|
|
Ok(((item_state, transaction), ()))
|
|
|