summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-02-15 20:33:29 +0100
committerHaru <haru@dotalux.com>2015-02-15 20:34:17 +0100
commit2b2b87a17163cb2a4e0372f4e5d10c390a3936c8 (patch)
treefade63f607f5ca4260be56ca8076906ed7ea6e65 /db
parent56d531fd120d06ba9b95130da462b8ff38dfac58 (diff)
downloadhercules-2b2b87a17163cb2a4e0372f4e5d10c390a3936c8.tar.gz
hercules-2b2b87a17163cb2a4e0372f4e5d10c390a3936c8.tar.bz2
hercules-2b2b87a17163cb2a4e0372f4e5d10c390a3936c8.tar.xz
hercules-2b2b87a17163cb2a4e0372f4e5d10c390a3936c8.zip
Fixed an extra parentheses in an item_db (renewal) script
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index e977e2160..c8debf651 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -38345,7 +38345,7 @@ item_db: (
Weight: 10
Loc: 64
Script: <"
- .@rate = (getrefine() > 14) ? 7 : 5);
+ .@rate = (getrefine() > 14) ? 7 : 5;
bonus bMaxHPrate,.@rate;
bonus bMaxSPrate,.@rate;
bonus2 bHPRegenRate,50,10000;