diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-24 23:49:05 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-24 23:49:05 +0000 |
commit | d4370c97fdca04e6c1d1fb8223acd08c0b140692 (patch) | |
tree | 778f894bb5e278d6f3958f8ca63e8baa59b6298b /src/map/map.h | |
parent | 1a418b0d54045b0cd7cef6bfee4d43412e6d3889 (diff) | |
download | hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.gz hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.bz2 hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.xz hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.zip |
- Cleanup/typo on homunc's code
- Modified @reloadmobdb & @reloadskilldb to reload homunc's db too
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8476 54d463be-8e91-2dee-dedb-b68131a5f0ec
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]
};
|