diff options
author | Ibrahim Zidan <brahem@aotsw.com> | 2020-06-28 02:57:46 +0200 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2020-06-28 02:57:46 +0200 |
commit | 7d4eb6a0eabe969cd9a145e1ff37a36d8b5b9328 (patch) | |
tree | 9ab7c9728c3d843e062eba33a7af56d15ccb03b2 | |
parent | 9a06857cc3ad2ad8f00b52ccc33f6c07342ad985 (diff) | |
download | hercules-7d4eb6a0eabe969cd9a145e1ff37a36d8b5b9328.tar.gz hercules-7d4eb6a0eabe969cd9a145e1ff37a36d8b5b9328.tar.bz2 hercules-7d4eb6a0eabe969cd9a145e1ff37a36d8b5b9328.tar.xz hercules-7d4eb6a0eabe969cd9a145e1ff37a36d8b5b9328.zip |
Fixed Focused Arrow Strike having a wrong width previously it was 2 columns on each side of the attacker including the attacker column while it should be a single column on each side including attacker column
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
-rw-r--r-- | db/pre-re/skill_db.conf | 2 | ||||
-rw-r--r-- | db/re/skill_db.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 36b877f94..21fb933f4 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -11346,7 +11346,7 @@ skill_db: ( } AttackType: "Weapon" Element: "Ele_Weapon" - SplashRange: 2 + SplashRange: 1 InterruptCast: true SkillInstances: 13 CastTime: 2000 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 467dd0c38..2992aa103 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -11664,7 +11664,7 @@ skill_db: ( } AttackType: "Weapon" Element: "Ele_Weapon" - SplashRange: 2 + SplashRange: 1 InterruptCast: true SkillInstances: 13 CastTime: 1000 |