This commit is contained in:
aozhiwei 2022-12-29 14:08:42 +08:00
parent 7a62cc9114
commit 82784d8d59

View File

@ -15,7 +15,7 @@ void AutoShotBuff::Activate()
if (a8::TIMER_EXEC_EVENT == event) {
if (owner->IsHuman()) {
#if 0
>owner->AsHuman()->shot_start = true;
owner->AsHuman()->shot_start = true;
#endif
owner->AsHuman()->shot_hold = true;
owner->AsHuman()->series_shot_frames = 0;