diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-15 20:23:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-15 20:23:20 -0300 |
commit | 8aa44b31f76f178ec80cee81aba015ee4491f1a9 (patch) | |
tree | 48b0e97d0cca08f42a9337e13f257121a852f582 /db/re | |
parent | 98aa23bbe51d0956742c269cc49addea6d13d6c3 (diff) | |
download | serverdata-8aa44b31f76f178ec80cee81aba015ee4491f1a9.tar.gz serverdata-8aa44b31f76f178ec80cee81aba015ee4491f1a9.tar.bz2 serverdata-8aa44b31f76f178ec80cee81aba015ee4491f1a9.tar.xz serverdata-8aa44b31f76f178ec80cee81aba015ee4491f1a9.zip |
Introduce Ele_System
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 95b2c0d42..4a339129b 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -5811,7 +5811,7 @@ skill_db: ( NPC: true } AttackType: "Misc" - Element: "Ele_Fire" + Element: "Ele_System" DamageType: { SplashArea: true IgnoreDefense: true @@ -23019,7 +23019,7 @@ skill_db: ( Self: true } AttackType: "Misc" - Element: "Ele_Weapon" + Element: "Ele_System" DamageType: { SplashArea: true IgnoreFlee: true |