summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-13 04:10:54 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-13 04:10:54 +0000
commit6b4bb61343f4c08e881228e569c95507e0250a1a (patch)
treeed11a0b19887e92c288ce3d39d5d6c0a3dd750c7 /src/map/skill.h
parent9b24ab2cffb38d283ea1c68c961507db0d86f7de (diff)
downloadhercules-6b4bb61343f4c08e881228e569c95507e0250a1a.tar.gz
hercules-6b4bb61343f4c08e881228e569c95507e0250a1a.tar.bz2
hercules-6b4bb61343f4c08e881228e569c95507e0250a1a.tar.xz
hercules-6b4bb61343f4c08e881228e569c95507e0250a1a.zip
added cool down saving, bugreport:3976
thanks to Epoque for his concept on how to handle the cool down data git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15085 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h4
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