diff options
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r-- | src/emap/pc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c index eb06237..5eca163 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -1067,3 +1067,10 @@ bool epc_isDeathPenaltyJob_pre(uint16 *jobPtr __attribute__ ((unused))) hookStop(); return true; } + +bool epc_read_skill_job_skip_pre(short *skill_idPtr __attribute__ ((unused)), + int *job_idPtr __attribute__ ((unused))) +{ + hookStop(); + return false; +} |