diff options
author | shennetsind <ind@henn.et> | 2013-06-09 00:55:03 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:46:42 -0400 |
commit | 620793381175b2cafc7469555267221c3f00c23f (patch) | |
tree | f870c30ee6f64c6333047bd852b387197f965e18 /src/map/map.h | |
parent | 08e795b7896b1f7e0e11a1cbc294352ecfb70789 (diff) | |
download | hercules-620793381175b2cafc7469555267221c3f00c23f.tar.gz hercules-620793381175b2cafc7469555267221c3f00c23f.tar.bz2 hercules-620793381175b2cafc7469555267221c3f00c23f.tar.xz hercules-620793381175b2cafc7469555267221c3f00c23f.zip |
Fixed Bug #7319
Special Thanks to KeiKun~!
http://hercules.ws/board/tracker/issue-7319-db-name/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 9126f39a7..3e7c45bc3 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -796,6 +796,7 @@ struct map_interface { char mob_db2_db[32]; char mob_skill_db_db[32]; char mob_skill_db2_db[32]; + char interreg_db[32]; /* funcs */ void (*zone_init) (void); |