This commit is contained in:
aozhiwei 2023-04-01 14:37:07 +08:00
parent 50e60fd57d
commit ea53d6bd8a

View File

@ -79,10 +79,10 @@ void AirDrop::Exec(int appear_time, int box_id, int airdrop_id)
}
},
&room_->xtimer_attacher_);
++airdrop_times_;
ShuaMon(box_pos,
thing_meta->_airdrop_mon_list,
std::max(thing_meta->width(), thing_meta->height()));
++airdrop_times_;
}
}