diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-13 23:45:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-13 23:45:42 +0300 |
commit | 30fc330b4b7fcdca0328744055f82def2a3a7c0f (patch) | |
tree | 33d1a793c39840cc50b3cc2b8394fdd310cf144f /src/emap/pc.h | |
parent | 5a06329b9d01b7c250e27843f0634b238aac90b7 (diff) | |
download | evol-hercules-30fc330b4b7fcdca0328744055f82def2a3a7c0f.tar.gz evol-hercules-30fc330b4b7fcdca0328744055f82def2a3a7c0f.tar.bz2 evol-hercules-30fc330b4b7fcdca0328744055f82def2a3a7c0f.tar.xz evol-hercules-30fc330b4b7fcdca0328744055f82def2a3a7c0f.zip |
Add own pc_jobchange function. not change job exp and send new packet for slots changes.s20160814
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r-- | src/emap/pc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h index 83e43de..4db15dd 100644 --- a/src/emap/pc.h +++ b/src/emap/pc.h @@ -125,4 +125,8 @@ int epc_dead_post(int retVal, struct map_session_data *sd, struct block_list *src); +int epc_jobchange(struct map_session_data *sd, + int job, + int upper); + #endif // EVOL_MAP_PC |