diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-03 17:49:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-03 17:49:59 -0300 |
commit | e17d2549315232a48b77e9327281ee8df95fb8ce (patch) | |
tree | d4b811597c5959b4c6fdb50f5e49848990daff0e /db | |
parent | 60ced430791425136a11417c7b0cca99cb1f67c9 (diff) | |
download | serverdata-e17d2549315232a48b77e9327281ee8df95fb8ce.tar.gz serverdata-e17d2549315232a48b77e9327281ee8df95fb8ce.tar.bz2 serverdata-e17d2549315232a48b77e9327281ee8df95fb8ce.tar.xz serverdata-e17d2549315232a48b77e9327281ee8df95fb8ce.zip |
Fix bugs on HEALING and MAGNUS HEALING
Diffstat (limited to 'db')
-rw-r--r-- | db/re/skill_db.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 563be3184..b8ed3b9d9 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -39302,6 +39302,11 @@ skill_db: ( SkillType: { Friend: true } + Hit: "BDT_SKILL" + AttackType: "Magic" + DamageType: { + NoDamage: true + } InterruptCast: true CoolDown: { Lv1: 5000 @@ -39331,6 +39336,11 @@ skill_db: ( SkillType: { Friend: true } + Hit: "BDT_SKILL" + AttackType: "Magic" + DamageType: { + NoDamage: true + } InterruptCast: true CoolDown: { Lv1: 10000 |