diff --git a/server/gameserver/buff/autoshot.cc b/server/gameserver/buff/autoshot.cc index 7483fd33..9d6ccfd3 100644 --- a/server/gameserver/buff/autoshot.cc +++ b/server/gameserver/buff/autoshot.cc @@ -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;