diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index cd8b2799e..a044aee7d 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3649,6 +3649,13 @@ 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__: "sc_start" SCFLAG_NONE: 0x00 |