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.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index cfed5622b..081071a16 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -14870,8 +14870,8 @@ item_db: (
bonus bMdefRate, -50;
bonus bMdef2Rate, -50;
bonus bFlee2Rate, 25;
- bonus bAtk, BaseLevel-109;
- bonus bMatk, (BaseLevel-109)/2;
+ bonus bAtk, max(0, BaseLevel-109);
+ bonus bMatk, max(0, BaseLevel-109)/2;
//bonus bAtk, getrefine()*2;
">
},