diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index f75ede9c5..984cb3127 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -36,6 +36,8 @@ struct npc_data { int chat_id; unsigned int next_walktime; + unsigned size : 2; + void* chatdb; // pointer to a npc_parse struct (see npc_chat.c) enum npc_subtype subtype; union { |