This commit is contained in:
aozhiwei 2024-05-06 17:17:13 +08:00
parent 8bf2110e74
commit 06f28083e1

View File

@ -1568,7 +1568,8 @@ void CallFuncBuff::Shot()
fly_distance, fly_distance,
owner->GetCurrWeapon()->weapon_uniid, owner->GetCurrWeapon()->weapon_uniid,
0, 0,
on_bullet_exit); on_bullet_exit,
duration);
} else { } else {
InternalShot(owner, InternalShot(owner,
owner->GetCurrWeapon()->meta, owner->GetCurrWeapon()->meta,
@ -1577,7 +1578,8 @@ void CallFuncBuff::Shot()
0, 0,
owner->GetCurrWeapon()->weapon_uniid, owner->GetCurrWeapon()->weapon_uniid,
0, 0,
on_bullet_exit); on_bullet_exit,
duration);
} }
if (force_client_report) { if (force_client_report) {
owner->GetAbility()->DecSwitch(kForceClientReportBullet); owner->GetAbility()->DecSwitch(kForceClientReportBullet);