diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 26c1399a..f4d3ab49 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3588,6 +3588,13 @@ constants_db: { NPC_NAME_HIDDEN: 2 NPC_NAME_UNIQUE: 3 NPC_MAP: 4 + + comment__: "getcharid" + CHAR_ID_CHAR: 0 + CHAR_ID_PARTY: 1 + CHAR_ID_GUILD: 2 + CHAR_ID_ACCOUNT: 3 + CHAR_ID_BG: 4 comment__: "sc_start" SCFLAG_NONE: 0x00 @@ -3890,7 +3897,7 @@ constants_db: { comment__: "Language function constants" LANG_ON_SEA: 1 - LANG_IN_SHIP: 2 + LANG_IN_SHIP: 2 @include "conf/import/constants.conf" } |