diff options
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b1094d105..42686e0ed 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3451,7 +3451,7 @@ item_db: ( Script: <" bonus bNoRegen,1; bonus bNoRegen,2; - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 1) bonus bAtkRange,-1; bonus bFleeRate,50; bonus bAtkRate,-50; @@ -3494,7 +3494,7 @@ item_db: ( Script: <" bonus bNoRegen,1; bonus bNoRegen,2; - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 1) bonus bAtkRange,-1; bonus bFleeRate,50; bonus bAtkRate,-50; |