From 7367e3a18b94e80e9f6e8a712fd1179bac367fa6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 31 Aug 2019 16:06:21 -0300 Subject: ...Well, this works, too. --- db/re/item_db.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db') 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; -- cgit v1.2.3-70-g09d2