diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:25:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:25:20 -0300 |
commit | a586609000fff44962816b4b28efd001af6ffca3 (patch) | |
tree | 1997fff8b87ebc911be64fa2ee1e15eeaff966c9 /db | |
parent | a30e56ebd98f9269d90d1ceac70101652415ab1b (diff) | |
download | serverdata-a586609000fff44962816b4b28efd001af6ffca3.tar.gz serverdata-a586609000fff44962816b4b28efd001af6ffca3.tar.bz2 serverdata-a586609000fff44962816b4b28efd001af6ffca3.tar.xz serverdata-a586609000fff44962816b4b28efd001af6ffca3.zip |
Fire Wall is now a nature wall
Diffstat (limited to 'db')
-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 c818dab3c..acfd0c5ef 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -902,7 +902,7 @@ skill_db: ( { Id: 18 Name: "MG_FIREWALL" - Description: "Fire Wall" + Description: "Nature Wall" MaxLevel: 10 Range: 9 Hit: "BDT_SKILL" @@ -910,7 +910,7 @@ skill_db: ( Place: true } AttackType: "Magic" - Element: "Ele_Fire" + Element: "Ele_Nature" InterruptCast: true SkillInstances: 3 KnockBackTiles: 2 |