diff options
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 4670fbbf5..b4e0f209e 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -1556,6 +1556,10 @@ enum { UNT_MAX = 0x190 }; /** + * Skill Cool Downs - load from pc.c when the character logs in + **/ +void skill_cooldown_load(struct map_session_data * sd); +/** * Warlock **/ #define MAX_SKILL_SPELLBOOK_DB 17 |