diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-07-18 12:45:18 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2016-07-18 12:45:18 +0100 |
commit | e55e8d14c75713932cc84cc7e14d8de67df9ebbf (patch) | |
tree | 6bb151c065bbe0d309ced01a019c7a9f20fe35ab | |
parent | bcb344ea0b3a994f88eb58f7fc55970fd2f9ed83 (diff) | |
download | hercules-e55e8d14c75713932cc84cc7e14d8de67df9ebbf.tar.gz hercules-e55e8d14c75713932cc84cc7e14d8de67df9ebbf.tar.bz2 hercules-e55e8d14c75713932cc84cc7e14d8de67df9ebbf.tar.xz hercules-e55e8d14c75713932cc84cc7e14d8de67df9ebbf.zip |
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; "> }, |