summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRidley <ridley8819@gmail.com>2017-03-14 22:17:15 +0100
committerGitHub <noreply@github.com>2017-03-14 22:17:15 +0100
commit805a03f7353c312edbcbed49c5c84d74937eacc4 (patch)
treee021e2b2a40d5b828c4a126b04fe363c178d09b9
parent4b841b189f6726760e9c80d2ff4867360d798cc1 (diff)
parent976b89d53d12e173fe34ae01096142e9e559dba9 (diff)
downloadhercules-805a03f7353c312edbcbed49c5c84d74937eacc4.tar.gz
hercules-805a03f7353c312edbcbed49c5c84d74937eacc4.tar.bz2
hercules-805a03f7353c312edbcbed49c5c84d74937eacc4.tar.xz
hercules-805a03f7353c312edbcbed49c5c84d74937eacc4.zip
Merge pull request #1620 from AtlantisRO/item_db_fixes
Correct Peuz's Greaves Bonus
-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 67617bec9..b54876b23 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -31571,7 +31571,8 @@ item_db: (
EquipLv: 100
Script: <"
bonus bMaxSP,40;
- bonus bAgi,-7+min(getequiprefinerycnt(EQI_SHOES),8);
+ if (getrefine() >= 8)
+ bonus bAgi, getrefine() - 7;
">
},
{