diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-01 23:15:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-01 23:15:31 +0300 |
commit | ab46761b4c59c44617e0c257533e2a6d8267675b (patch) | |
tree | 275435c66e21e0e844fdf303eadb9a07c6566124 /src/emap/pc.c | |
parent | 1419fc70cba0f3263a15eeac8d58d27dd3af0c69 (diff) | |
download | evol-hercules-ab46761b4c59c44617e0c257533e2a6d8267675b.tar.gz evol-hercules-ab46761b4c59c44617e0c257533e2a6d8267675b.tar.bz2 evol-hercules-ab46761b4c59c44617e0c257533e2a6d8267675b.tar.xz evol-hercules-ab46761b4c59c44617e0c257533e2a6d8267675b.zip |
Add missing post suffix.
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r-- | src/emap/pc.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c index 9a22d2f..c4db70b 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -348,13 +348,13 @@ int epc_check_job_name(const char *name) return -1; } -int epc_setnewpc(int retVal, struct map_session_data *sd, - int *account_id __attribute__ ((unused)), - int *char_id __attribute__ ((unused)), - int *login_id1 __attribute__ ((unused)), - unsigned int *client_tick __attribute__ ((unused)), - int *sex __attribute__ ((unused)), - int *fd __attribute__ ((unused))) +int epc_setnewpc_post(int retVal, struct map_session_data *sd, + int *account_id __attribute__ ((unused)), + int *char_id __attribute__ ((unused)), + int *login_id1 __attribute__ ((unused)), + unsigned int *client_tick __attribute__ ((unused)), + int *sex __attribute__ ((unused)), + int *fd __attribute__ ((unused))) { if (sd) { |