summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
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