diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 161a35126..cade69305 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -125,6 +125,7 @@ struct mob_data { unsigned int tdmg; //Stores total damage given to the mob, for exp calculations. [Skotlex] int level; int target_id,attacked_id; + int areanpc_id; //Required in OnTouchNPC (to avoid multiple area touchs) unsigned int next_walktime,last_thinktime,last_linktime,last_pcneartime; short move_fail_count; |