diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index b30d8e20c..e689821c8 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2339,5 +2339,14 @@ constants_db: { CLASS_SCHOLARSHIP: 5 CLASS_THIEVES: 6 + ACADEMIC_LAYMAN: 1 + ACADEMIC_STUDENT: 1 + ACADEMIC_TECHNIC: 2 + ACADEMIC_BACHELOR: 3 + ACADEMIC_MASTER: 4 + ACADEMIC_DOCTOR: 5 + ACADEMIC_PHD: 6 + ACADEMIC_SAGE: 7 + @include "conf/import/constants.conf" } |