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