diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 23:50:18 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 23:50:18 +0800 |
commit | bef4297338e39923a699634aa4640ecda4744e10 (patch) | |
tree | e92bdddb8d0d7c43bf8057acc4c09558eb079c33 /db/re | |
parent | ee9104499dab5677efd3eec5aeb6a13ec99c2776 (diff) | |
download | hercules-bef4297338e39923a699634aa4640ecda4744e10.tar.gz hercules-bef4297338e39923a699634aa4640ecda4744e10.tar.bz2 hercules-bef4297338e39923a699634aa4640ecda4744e10.tar.xz hercules-bef4297338e39923a699634aa4640ecda4744e10.zip |
Fixed Brysinggamen Heal Power effect accidentally removed in https://github.com/HerculesWS/Hercules/commit/3bcd2ce99a3eec1c43622d7ca78c619c1e2065a2 Thanks to Zack.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9cabeb1d3..63c2adb52 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -28073,13 +28073,14 @@ item_db: ( EquipLv: 94 Refine: false Script: <" - bonus bDex,6; - bonus bStr,6; - bonus bAgi,6; - bonus bVit,6; - bonus bInt,10; - bonus bLuk,10; - bonus bMdef,5; + bonus bDex, 6; + bonus bStr, 6; + bonus bAgi, 6; + bonus bVit, 6; + bonus bInt, 10; + bonus bLuk, 10; + bonus bMdef, 5; + bonus bHealPower, 6; "> }, { |