diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/status.c b/src/map/status.c index daa6a17d4..bb928def5 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1744,9 +1744,7 @@ int status_calc_pc(struct map_session_data* sd,int first) if(sd->equip_index[EQI_AMMO] >= 0){ // –î index = sd->equip_index[EQI_AMMO]; - //FIXME: The equip check is a temporary measure until a speed exploit - // that has yet to be fixed! - if(sd->inventory_data[index] && sd->status.inventory[index].equip&EQP_AMMO){ // Arrows + if(sd->inventory_data[index]){ // Arrows sd->state.lr_flag = 2; run_script(sd->inventory_data[index]->script,0,sd->bl.id,0); sd->state.lr_flag = 0; |