diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf index 44d689d98..76b2b9e95 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4221,9 +4221,10 @@ constants_db: { EE_NONE: 0 EE_SAXSO: 1 EE_DEMURE: 2 - EE_PRSM: 4 - EE_MAGICSCHOOL: 8 - EE_THEATER: 16 + EE_PRSM: 4 + EE_MAGICSCHOOL: 8 + EE_THEATER: 16 + EE_JAK1: 32 comment__: "Teleporter enum" TP_NONE: 0 |