diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 46a542fa5..658c5d36a 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4131,6 +4131,17 @@ constants_db: { REDPLUSH_INN: 1 CURRENT_INN: 2 + comment__: "Teleporter enum" + TP_NONE: 0 + TP_FROST: 1 + TP_HALIN: 2 + TP_TULIM: 4 + TP_HURNS: 8 + TP_NIVAL: 16 + TP_ARTIS: 32 + TP_ESPER: 64 + TP_BOSSR: 128 + comment__: "Being actions" ACTION_STAND: 0 ACTION_MOVE: 1 |