summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index b9a70f3a4..365d22674 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -39064,7 +39064,8 @@ item_db: (
Weight: 10
Loc: 2
Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==10) {
+ .@i = getiteminfo(getequipid(EQI_HAND_R),11);
+ if (.@i == 10 || .@i == 23) {
bonus bInt,1;
bonus bIgnoreMdefRate,2;
}