summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-26 07:33:21 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-26 07:33:21 +0000
commit952d9ecd0f059e9801c7344154df83e7a7110ead (patch)
tree17cac8c6203b79330851ee620dd6431c9ce1f62e /src/map/map.h
parentdd86930bcace0da25bc2963fbfc1c5c3d2787455 (diff)
downloadhercules-952d9ecd0f059e9801c7344154df83e7a7110ead.tar.gz
hercules-952d9ecd0f059e9801c7344154df83e7a7110ead.tar.bz2
hercules-952d9ecd0f059e9801c7344154df83e7a7110ead.tar.xz
hercules-952d9ecd0f059e9801c7344154df83e7a7110ead.zip
Make it work a bit better with win32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@366 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 6b8660998..bf443bf46 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -154,7 +154,7 @@ struct map_session_data {
unsigned infinite_autospell : 1;
} special_state;
int char_id, login_id1, login_id2, sex;
- int packet_ver; // 5: old, 6: 7july04, 7: 13july04, 8: 26july04, 9: 9aug04/16aug04/17aug04, 10: 6sept04 (by [Yor])
+ int packet_ver; // 5: old, 6: 7july04, 7: 13july04, 8: 26july04, 9: 9aug04/16aug04/17aug04, 10: 6sept04, 11: 21sept04, 12: 18oct04, 13: 25oct04 (by [Yor])
struct mmo_charstatus status;
struct item_data *inventory_data[MAX_INVENTORY];
short equip_index[11];