This commit is contained in:
aozhiwei 2021-09-26 03:22:45 +00:00
parent b1e36bdf88
commit f57537da4d

View File

@ -2208,7 +2208,9 @@ void Human::AddItem(int item_id, int item_num)
} }
if (room && room->GetFrameNo() > join_frameno) { if (room && room->GetFrameNo() > join_frameno) {
#if 0
room->frame_event.AddItemChg(GetWeakPtrRef(), item_id, items_[item_id]); room->frame_event.AddItemChg(GetWeakPtrRef(), item_id, items_[item_id]);
#endif
} else { } else {
if (item_num <= 0) { if (item_num <= 0) {
battling_items_.insert(item_id); battling_items_.insert(item_id);