diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 5 | ||||
-rw-r--r-- | db/re/skill_db.conf | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index c306e31b..94afab25 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -438,6 +438,7 @@ constants_db: { mf_pairship_endable: 58 mf_nostorage: 59 mf_nogstorage: 60 + mf_nopet: 61 comment__: "Cell Properties" cell_walkable: 0 @@ -652,6 +653,8 @@ constants_db: { bSetMDefRace: 2060 bAddRaceTolerance: 2061 bAddMaxWeight: 2062 + bSubDefEle: 2063 + bMagicSubDefEle: 2064 comment__: "Equip index" /* reference to script.c::script_defaults():equip[] array used for easy-conversion */ @@ -3756,7 +3759,7 @@ constants_db: { MER_SWORDMAN09: 6045 MER_SWORDMAN10: 6046 - comment__: "checkquest" + comment__: "questprogress" HAVEQUEST: 0 PLAYTIME: 1 HUNTING: 2 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index e2339732..7eea13cb 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -11643,7 +11643,7 @@ skill_db: ( } AttackType: "Weapon" Element: "Ele_Weapon" - SplashRange: 2 + SplashRange: 1 InterruptCast: true SkillInstances: 13 CastTime: 1000 |