diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index ea1f85bbd..da04f6d0b 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -853,8 +853,8 @@ struct mob_data { short speed;
short attacked_count;
short target_lv;
+ unsigned short level;
unsigned long tdmg; //Stores total damage given to the mob, for exp calculations. [Skotlex]
- unsigned int level;
int timer;
int hp, max_hp;
int target_id,attacked_id;
|