diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-08-18 18:45:01 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-09-02 20:16:53 -0400 |
commit | 5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d (patch) | |
tree | f917e542caacec1361a237b2ee25ef184dcbcc9b /db | |
parent | 3aaf8002319cdebd93f2292e6d18cb727c532550 (diff) | |
download | serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.gz serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.bz2 serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.xz serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.zip |
last minute changes
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 + } +}, ) |