summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index be1c0220e..a93cb04e3 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -151,7 +151,7 @@ struct mob_data {
int areanpc_id; //Required in OnTouchNPC (to avoid multiple area touchs)
unsigned int bg_id; // BattleGround System
- unsigned int next_walktime,last_thinktime,last_linktime,last_pcneartime;
+ unsigned int next_walktime,last_thinktime,last_linktime,last_pcneartime,dmgtick;
short move_fail_count;
short lootitem_count;
short min_chase;