diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | db/pre-re/skill_db.conf | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/db/constants.conf b/db/constants.conf index 9c2d99ed..21a6dc01 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -5286,8 +5286,6 @@ more than one separator can be used in a row (so 12_3___456 is illegal). FSKILL_RAGING: 32 FSKILL_TOTAL: 6 - AC_VULTURE: 44 // i.e. Mallard's Eye, compatibility purposes - comment__: "TMW Constants" bDeaf:70 equip_arrow:11 diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 0d7c9e04..429787d9 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -1767,7 +1767,7 @@ skill_db: ( }, { Id: 44 - Name: "SKILL_MALLARDS_EYE" + Name: "AC_VULTURE" Description: "Vulture's Eye" MaxLevel: 10 NumberOfHits: 0 @@ -38444,7 +38444,7 @@ skill_db: ( Passive: true } }, -/*{ +{ Id: 20004 Name: "SKILL_MALLARDS_EYE" Description: "Mallard Eye" @@ -38452,7 +38452,7 @@ skill_db: ( SkillType: { Passive: true } -},*/ +}, { Id: 20005 Name: "SKILL_BRAWLING" |