summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
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.cpp
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.cpp')
-rw-r--r--src/map/pc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp
index cb115c3..c47925f 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -640,8 +640,8 @@ int pc_isequip(dumb_ptr<map_session_data> sd, IOff0 n)
* char鯖から送られてきたステータスを設定
*------------------------------------------
*/
-int pc_authok(AccountId id, int login_id2,
- short client_version, const CharKey *st_key, const CharData *st_data)
+int pc_authok(AccountId id, int login_id2, ClientVersion client_version,
+ const CharKey *st_key, const CharData *st_data)
{
dumb_ptr<map_session_data> sd = nullptr;