diff options
author | shennetsind <ind@henn.et> | 2013-04-07 01:55:40 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-07 01:55:40 -0300 |
commit | 2f9f7ce4aa46514c9173a3c91f4033b25901520e (patch) | |
tree | ec5656a546bcaf6d7820c3de252b63070d32b887 /src/map/pc.h | |
parent | 10b53b9fbc011a9224d118414517870af3e9e20c (diff) | |
download | hercules-2f9f7ce4aa46514c9173a3c91f4033b25901520e.tar.gz hercules-2f9f7ce4aa46514c9173a3c91f4033b25901520e.tar.bz2 hercules-2f9f7ce4aa46514c9173a3c91f4033b25901520e.tar.xz hercules-2f9f7ce4aa46514c9173a3c91f4033b25901520e.zip |
PacketDB Overhaul
Feature Design by GreenBox
Special Thanks to mkbu95 for bringing this topic up! (packet db)
http://hercules.ws/board/topic/353-packetdb-overhaul/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index af61b97e9..809822e78 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -183,7 +183,6 @@ struct map_session_data { int group_id, group_pos, group_level; unsigned int permissions;/* group permissions */ - int packet_ver; // 5: old, 6: 7july04, 7: 13july04, 8: 26july04, 9: 9aug04/16aug04/17aug04, 10: 6sept04, 11: 21sept04, 12: 18oct04, 13: 25oct04 ... 18 struct mmo_charstatus status; struct registry save_reg; |