diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/map.h b/src/map/map.h index eef71e7c1..34345a740 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -837,10 +837,6 @@ struct npc_data { int chat_id; unsigned int next_walktime; - char eventqueue[MAX_EVENTQUEUE][50]; - int eventtimer[MAX_EVENTTIMER]; - short arenaflag; - void* chatdb; // pointer to a npc_parse struct (see npc_chat.c) struct npc_data *master_nd; |