summaryrefslogtreecommitdiff
path: root/src/map/pc.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-12 21:40:18 -0400
committermekolat <mekolat@users.noreply.github.com>2015-05-17 14:47:25 -0400
commit87f9bae4da0314e97f1a3e38513960998ee4d05d (patch)
tree0e8feeeffa225c00497369c335f6fbf85e766d11 /src/map/pc.hpp
parentfebb5f798904915714b49d52fc645cfae2128f07 (diff)
downloadtmwa-87f9bae4da0314e97f1a3e38513960998ee4d05d.tar.gz
tmwa-87f9bae4da0314e97f1a3e38513960998ee4d05d.tar.bz2
tmwa-87f9bae4da0314e97f1a3e38513960998ee4d05d.tar.xz
tmwa-87f9bae4da0314e97f1a3e38513960998ee4d05d.zip
use client version
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 d100938..fc0bdb0 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 tmw_version, const CharKey *, const CharData *);
+int pc_authok(AccountId, int, short client_version, const CharKey *, const CharData *);
int pc_authfail(AccountId accid);
EPOS pc_equippoint(dumb_ptr<map_session_data> sd, IOff0 n);