From 7d4eb6a0eabe969cd9a145e1ff37a36d8b5b9328 Mon Sep 17 00:00:00 2001 From: Ibrahim Zidan Date: Sun, 28 Jun 2020 02:57:46 +0200 Subject: 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 --- db/pre-re/skill_db.conf | 2 +- 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 -- cgit v1.2.3-60-g2f50