diff options
author | Haru <haru@dotalux.com> | 2016-07-18 14:49:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-18 14:49:05 +0200 |
commit | ac96f5ff545ddf941f881f671bfa7a978731a9e2 (patch) | |
tree | 6bb151c065bbe0d309ced01a019c7a9f20fe35ab | |
parent | bcb344ea0b3a994f88eb58f7fc55970fd2f9ed83 (diff) | |
parent | e55e8d14c75713932cc84cc7e14d8de67df9ebbf (diff) | |
download | hercules-ac96f5ff545ddf941f881f671bfa7a978731a9e2.tar.gz hercules-ac96f5ff545ddf941f881f671bfa7a978731a9e2.tar.bz2 hercules-ac96f5ff545ddf941f881f671bfa7a978731a9e2.tar.xz hercules-ac96f5ff545ddf941f881f671bfa7a978731a9e2.zip |
Merge pull request #1371 from Asheraf/master
Fix a typo in some items bonus
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f0ad7e42b..4016b710b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -51021,7 +51021,7 @@ item_db: ( Type: 6 Loc: 1023 Script: <" - bonus bCriAtkRate, 4; + bonus bCritAtkRate, 4; bonus bCritical, 1; "> }, @@ -51032,7 +51032,7 @@ item_db: ( Type: 6 Loc: 1023 Script: <" - bonus bCriAtkRate, 6; + bonus bCritAtkRate, 6; bonus bCritical, 2; "> }, @@ -51043,7 +51043,7 @@ item_db: ( Type: 6 Loc: 1023 Script: <" - bonus bCriAtkRate, 8; + bonus bCritAtkRate, 8; bonus bCritical, 3; "> }, @@ -51054,7 +51054,7 @@ item_db: ( Type: 6 Loc: 1023 Script: <" - bonus bCriAtkRate, 10; + bonus bCritAtkRate, 10; bonus bCritical, 4; "> }, |