diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-03-15 11:02:32 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-03-28 15:41:35 -0400 |
commit | 9c0abf37f912ff2a4192ec72ac8d48da0d84ba33 (patch) | |
tree | 110b8dc6e0f3b03e4feec0cca348b0c9d0650c85 /db | |
parent | 1eb26bfc0c32864bc3bef0ad7b5d853adda1bed6 (diff) | |
download | hercules-9c0abf37f912ff2a4192ec72ac8d48da0d84ba33.tar.gz hercules-9c0abf37f912ff2a4192ec72ac8d48da0d84ba33.tar.bz2 hercules-9c0abf37f912ff2a4192ec72ac8d48da0d84ba33.tar.xz hercules-9c0abf37f912ff2a4192ec72ac8d48da0d84ba33.zip |
add gettimer() buildin
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index 09c0fa9e4..79530e7d1 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3664,14 +3664,14 @@ constants_db: { PC_PARTY: 1 PC_GUILD: 2 PC_MAP: 3 - + comment__: "strnpcinfo" NPC_NAME: 0 NPC_NAME_VISIBLE: 1 NPC_NAME_HIDDEN: 2 NPC_NAME_UNIQUE: 3 NPC_MAP: 4 - + comment__: "getcharid" CHAR_ID_CHAR: 0 CHAR_ID_PARTY: 1 @@ -3709,6 +3709,11 @@ constants_db: { GETTIME_YEAR: 7 GETTIME_DAYOFYEAR: 8 + comment__: "gettimer" + TIMER_COUNT: 0 + TIMER_TICK_NEXT: 1 + TIMER_TICK_LAST: 2 + comment__: "unit types" UNITTYPE_PC: 0 UNITTYPE_NPC: 1 |