diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 12:07:43 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 12:07:43 -0600 |
commit | 0e3104c6b19dbc70bf0828507107018b9b7d38da (patch) | |
tree | cb65d7b2d3e2d292de4c601731a486bd48f23edd /src/map/map.h | |
parent | d85a3f95704fdf5832cb1236936796b71c3b05a2 (diff) | |
download | tmwa-0e3104c6b19dbc70bf0828507107018b9b7d38da.tar.gz tmwa-0e3104c6b19dbc70bf0828507107018b9b7d38da.tar.bz2 tmwa-0e3104c6b19dbc70bf0828507107018b9b7d38da.tar.xz tmwa-0e3104c6b19dbc70bf0828507107018b9b7d38da.zip |
Remove packet versions from map server
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 50fe321..7889485 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -189,7 +189,6 @@ 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]) unsigned char tmw_version; // tmw client version struct mmo_charstatus status; struct item_data *inventory_data[MAX_INVENTORY]; |