This commit is contained in:
aozhiwei 2022-10-02 08:27:21 +08:00
parent a0b9bdac2b
commit ed8d3715bc

View File

@ -328,9 +328,6 @@ void Buff::RecoverHoldWeapons()
hold_curr_weapon_idx_
}));
#endif
if (meta->i->buff_id() == 209018) {
int i = 0;
}
for (auto& weapon : hold_weapons_) {
if (weapon.weapon_idx >= 0 &&
weapon.weapon_idx < caster_.Get()->weapons.size()) {