diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index d55c53bba..73bf76ce8 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -850,6 +850,8 @@ void battle_consume_ammo(TBL_PC*sd, int skill, int lv) if(sd->equip_index[EQI_AMMO]>=0) //Qty check should have been done in skill_check_condition pc_delitem(sd,sd->equip_index[EQI_AMMO],qty,0); + + sd->state.arrow_atk = 0; } static int battle_range_type( |