summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index 0379ae634..041adb7b6 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -39,6 +39,10 @@ struct npc_data {
unsigned size : 2;
+ struct status_data status;
+ unsigned int level;
+ unsigned int stat_point;
+
void* chatdb; // pointer to a npc_parse struct (see npc_chat.c)
char* path;/* path dir */
enum npc_subtype subtype;