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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 8ded26f9d..eac91c219 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -918,7 +918,7 @@ struct mob_data {
int level;
int target_id,attacked_id;
- unsigned int next_walktime,last_thinktime,last_linktime;
+ unsigned int next_walktime,last_thinktime,last_linktime,last_pcneartime;
short move_fail_count;
short lootitem_count;
short min_chase;