1
This commit is contained in:
parent
b1e36bdf88
commit
f57537da4d
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user