summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-16 12:40:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-16 12:42:54 +0300
commit33b41fe00a47510ed6b84e04fc9e9a222b053130 (patch)
tree24c58e9efef5d75ff5ec5aabfb1bad9d30b1bd85 /src/map/pc.h
parent6ecadc26c798322d8a88b9fb2d4a93349bc19d07 (diff)
downloadevol-hercules-33b41fe00a47510ed6b84e04fc9e9a222b053130.tar.gz
evol-hercules-33b41fe00a47510ed6b84e04fc9e9a222b053130.tar.bz2
evol-hercules-33b41fe00a47510ed6b84e04fc9e9a222b053130.tar.xz
evol-hercules-33b41fe00a47510ed6b84e04fc9e9a222b053130.zip
Apply WalkSpeed attribute from job_db.conf.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 459d836..e850b81 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -35,4 +35,8 @@ int epc_unequipitem_post(int retVal, struct map_session_data *sd,
int epc_check_job_name(const char *name);
+int epc_setnewpc(int retVal, struct map_session_data *sd,
+ int *account_id, int *char_id, int *login_id1,
+ unsigned int *client_tick, int *sex, int *fd);
+
#endif // EVOL_MAP_PC