diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-18 22:25:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-23 07:33:45 +0300 |
commit | d442a7c0bfd05c6c51f7bb7f29ed20926e765f68 (patch) | |
tree | 8accc94979d1fda575d8fca6a2730b1cf5702556 /src/map/pc.h | |
parent | 1935ad18f51f0b72d95411d1ccd24a568e91cc20 (diff) | |
download | hercules-d442a7c0bfd05c6c51f7bb7f29ed20926e765f68.tar.gz hercules-d442a7c0bfd05c6c51f7bb7f29ed20926e765f68.tar.bz2 hercules-d442a7c0bfd05c6c51f7bb7f29ed20926e765f68.tar.xz hercules-d442a7c0bfd05c6c51f7bb7f29ed20926e765f68.zip |
Move job related checks from pc_read_skill_tree into separate function.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 62a829734..49c102206 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -1101,6 +1101,7 @@ END_ZEROED_BLOCK; /* End */ int (*autosave) (int tid, int64 tick, int id, intptr_t data); int (*follow_timer) (int tid, int64 tick, int id, intptr_t data); void (*read_skill_tree) (void); + bool (*read_skill_job_skip) (short skill_id, int job_id); void (*clear_skill_tree) (void); int (*isUseitem) (struct map_session_data *sd,int n); int (*show_steal) (struct block_list *bl,va_list ap); |