This commit is contained in:
aozhiwei 2021-09-26 11:35:59 +08:00
parent f57537da4d
commit 0ff618ffe4

View File

@ -2228,6 +2228,7 @@ void Human::DecItem(int item_id, int item_num)
if (battling_items_.find(item_id) == battling_items_.end()) { if (battling_items_.find(item_id) == battling_items_.end()) {
items_.erase(itr); items_.erase(itr);
} }
items_.erase(itr);
} }
} }
} }