diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | db/re/skill_db.conf | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index a4224aa9..1ca76177 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3613,7 +3613,7 @@ constants_db: { /* ==================================================== */ /** evol constants **/ - debug: 1 + debug: 0 comment__: "outdated constants. must be removed" // >>> diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 8b4a237c..73e5ae82 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -37495,4 +37495,13 @@ skill_db: ( SPCost: 14 } }, +{ + Id: 20002 + Name: "EVOL_SUPER_MENU" + Description: "Super Menu" + MaxLevel: 1 + SkillType: { + Self: true + } +}, ) |