diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-19 17:02:18 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-19 17:02:18 +0800 |
commit | 095f39254084daed71919007202f72dbd964d2cb (patch) | |
tree | 6f4d867af580d45d844c9aad22ed66c5cae8bf85 /db/re | |
parent | 016ec84075ae8a4c9069dcdd024422d8f7e1cc2c (diff) | |
download | hercules-095f39254084daed71919007202f72dbd964d2cb.tar.gz hercules-095f39254084daed71919007202f72dbd964d2cb.tar.bz2 hercules-095f39254084daed71919007202f72dbd964d2cb.tar.xz hercules-095f39254084daed71919007202f72dbd964d2cb.zip |
Minor follow up in https://github.com/HerculesWS/Hercules/commit/e511dcf5940cee7a6e43744543a5ca96bc23cf84, fixes a wrong skill name.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b8e897604..13c31302f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -42400,7 +42400,7 @@ item_db: ( Loc: 2 Script: <" bonus2 bSkillAtk,LG_BANISHINGPOINT,100; - if (getrefine() >= 10) bonus2 bSkillAtk,LG_BANISHINHPOINT,200; + if (getrefine() >= 10) bonus2 bSkillAtk,LG_BANISHINGPOINT,200; "> }, { |