diff options
author | shinomori <shinomori@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-23 10:58:04 +0000 |
---|---|---|
committer | shinomori <shinomori@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-23 10:58:04 +0000 |
commit | 8f76148e09a0927ca15abc7126b98baa4f41b1dd (patch) | |
tree | 9828af97db8a3a549ab5723b7def710e47bcde32 /src/map/map.h | |
parent | 80b00a7c1c9c01d6fed95d2ced96c1ac715da26d (diff) | |
download | hercules-8f76148e09a0927ca15abc7126b98baa4f41b1dd.tar.gz hercules-8f76148e09a0927ca15abc7126b98baa4f41b1dd.tar.bz2 hercules-8f76148e09a0927ca15abc7126b98baa4f41b1dd.tar.xz hercules-8f76148e09a0927ca15abc7126b98baa4f41b1dd.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 525b7dc5e..ff1fe27c2 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1067,6 +1067,8 @@ struct map_data { struct spawn_data *moblist[MAX_MOB_LIST_PER_MAP]; // [Wizputer]
int mob_delete_timer; // [Skotlex]
int zone; // [Komurka]
+ int jexp; // map experience multiplicator
+ int bexp; // map experience multiplicator
};
struct map_data_other_server {
|