summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-06-28 17:42:19 +0200
committerGitHub <noreply@github.com>2020-06-28 17:42:19 +0200
commit6ef48d4b37390753a3957675a7e1ba0299b0c38f (patch)
treeae6cc5b8c4f85c29034372acadc3f30b4c789798
parent4192f3845a4c7a419d13a736aa2da27926efe61f (diff)
parent7d4eb6a0eabe969cd9a145e1ff37a36d8b5b9328 (diff)
downloadhercules-6ef48d4b37390753a3957675a7e1ba0299b0c38f.tar.gz
hercules-6ef48d4b37390753a3957675a7e1ba0299b0c38f.tar.bz2
hercules-6ef48d4b37390753a3957675a7e1ba0299b0c38f.tar.xz
hercules-6ef48d4b37390753a3957675a7e1ba0299b0c38f.zip
Merge pull request #2785 from hemagx/fas_fix
Fixed Focused Arrow Strike having a wrong width previously it was 2 c…
-rw-r--r--db/pre-re/skill_db.conf2
-rw-r--r--db/re/skill_db.conf2
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