diff options
Diffstat (limited to 'src/map/guild.h')
-rw-r--r-- | src/map/guild.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/guild.h b/src/map/guild.h index 8da9036e6..9326d8d5a 100644 --- a/src/map/guild.h +++ b/src/map/guild.h @@ -147,6 +147,10 @@ struct guild_interface { void (*flags_clear) (void); /* guild aura */ void (*aura_refresh) (struct map_session_data *sd, uint16 skill_id, uint16 skill_lv); + /* item bound [Mhalicot]*/ +#ifdef BOUND_ITEMS + void (*retrieveitembound) (int char_id,int aid,int guild_id); +#endif /* */ int (*payexp_timer) (int tid, int64 tick, int id, intptr_t data); TBL_PC* (*sd_check) (int guild_id, int account_id, int char_id); |