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 bd9da7080..b23912ca4 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -986,7 +986,7 @@ struct homun_data { struct map_session_data *master; //pointer back to its master
int hungry_timer; //[orn]
int target_id,attacked_id;
- unsigned long exp_next;
+ unsigned int exp_next;
char blockskill[MAX_SKILL]; // [orn]
};
|