summaryrefslogtreecommitdiff
path: root/src/map/pc.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-13 10:05:15 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-13 10:05:15 -0400
commitf54f335c541ecb61f9e9888848eb21b8d43877b7 (patch)
tree5dcd2680a4ba6791afe4d952e10b1b43ec761580 /src/map/pc.hpp
parent3cda94665c73447b09338d6f219ef22b58f066bd (diff)
parent607d40ebcac47555cc01da8ee61c2fae5cec3186 (diff)
downloadtmwa-f54f335c541ecb61f9e9888848eb21b8d43877b7.tar.gz
tmwa-f54f335c541ecb61f9e9888848eb21b8d43877b7.tar.bz2
tmwa-f54f335c541ecb61f9e9888848eb21b8d43877b7.tar.xz
tmwa-f54f335c541ecb61f9e9888848eb21b8d43877b7.zip
Merge pull request #205 from mekolat/version
consolidate client version handling
Diffstat (limited to 'src/map/pc.hpp')
-rw-r--r--src/map/pc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.hpp b/src/map/pc.hpp
index fc0bdb0..db1d5be 100644
--- a/src/map/pc.hpp
+++ b/src/map/pc.hpp
@@ -80,7 +80,7 @@ int pc_counttargeted(dumb_ptr<map_session_data> sd, dumb_ptr<block_list> src,
int pc_setrestartvalue(dumb_ptr<map_session_data> sd, int type);
void pc_makesavestatus(dumb_ptr<map_session_data>);
int pc_setnewpc(dumb_ptr<map_session_data>, AccountId, CharId, int, uint32_t /*tick_t*/, SEX);
-int pc_authok(AccountId, int, short client_version, const CharKey *, const CharData *);
+int pc_authok(AccountId, int, ClientVersion, const CharKey *, const CharData *);
int pc_authfail(AccountId accid);
EPOS pc_equippoint(dumb_ptr<map_session_data> sd, IOff0 n);