summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-31 16:06:21 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-31 16:06:21 -0300
commit7367e3a18b94e80e9f6e8a712fd1179bac367fa6 (patch)
tree3b27b3b164a88b5515d50b0f9a78b082a5f0be5a /db/re/item_db.conf
parent3590fc52bb0a47b5e61f0ce2a095a35efc66c03d (diff)
downloadserverdata-7367e3a18b94e80e9f6e8a712fd1179bac367fa6.tar.gz
serverdata-7367e3a18b94e80e9f6e8a712fd1179bac367fa6.tar.bz2
serverdata-7367e3a18b94e80e9f6e8a712fd1179bac367fa6.tar.xz
serverdata-7367e3a18b94e80e9f6e8a712fd1179bac367fa6.zip
...Well, this works, too.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf4
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;