diff options
author | Shizuke <matiasdvt@hotmail.com> | 2017-03-04 09:35:28 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-04 09:35:28 -0300 |
commit | 12a9958d0d3c1b5b1acbaec6aaf08175982e44db (patch) | |
tree | 1b95f134534fd51fc5927f6bc14c3aaa9f79f785 | |
parent | 5227a83e7c24ecd8dc1d696da7ac3ef9a1b0c556 (diff) | |
download | hercules-12a9958d0d3c1b5b1acbaec6aaf08175982e44db.tar.gz hercules-12a9958d0d3c1b5b1acbaec6aaf08175982e44db.tar.bz2 hercules-12a9958d0d3c1b5b1acbaec6aaf08175982e44db.tar.xz hercules-12a9958d0d3c1b5b1acbaec6aaf08175982e44db.zip |
Fixing Beast Strafe
Beast Strafe has no target and it should have.
-rw-r--r-- | db/pre-re/skill_db.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 95683a9e0..a5c27257f 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -14881,11 +14881,10 @@ skill_db: ( Range: -9 Hit: "BDT_MULTIHIT" SkillType: { - Self: true + Enemy: true } SkillInfo: { Spirit: true - NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" |