diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index a035092b5..8d8e9e7e0 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -218,7 +218,7 @@ struct map_session_data { unsigned int ks_floodprotect_tick; // [Kill Steal Protection] struct { - int nameid; + short nameid; unsigned int tick; } item_delay[MAX_ITEMDELAYS]; // [Paradox924X] @@ -897,4 +897,8 @@ void pc_overheat(struct map_session_data *sd, int val); * Royal Guard **/ int pc_banding(struct map_session_data *sd, short skill_lv); +/** + * Item Cooldown persistency + **/ +void pc_itemcd_do(struct map_session_data *sd, bool load); #endif /* _PC_H_ */ |