summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index b3ff052..a81d15d 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -206,6 +206,9 @@ struct map_session_data {
char *npc_script,*npc_scriptroot;
char *npc_stackbuf;
char npc_str[256];
+ struct {
+ unsigned storage : 1;
+ } npc_flags;
unsigned int chatID;
int attacktimer;