summaryrefslogtreecommitdiff
path: root/src/map/mercenary.h
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-09 22:17:09 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-09 22:17:09 +0000
commit7586b8e83201e23930b99e5a84986d66f093dc89 (patch)
tree9cfeae746df94895846f64d6ed6914601baa724a /src/map/mercenary.h
parentda078045d5191ae94477dab8ac31600bf833c95f (diff)
downloadhercules-7586b8e83201e23930b99e5a84986d66f093dc89.tar.gz
hercules-7586b8e83201e23930b99e5a84986d66f093dc89.tar.bz2
hercules-7586b8e83201e23930b99e5a84986d66f093dc89.tar.xz
hercules-7586b8e83201e23930b99e5a84986d66f093dc89.zip
Fixed homunc skill up bug
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8215 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mercenary.h')
-rw-r--r--src/map/mercenary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mercenary.h b/src/map/mercenary.h
index 41f5540de..2fee6a0c9 100644
--- a/src/map/mercenary.h
+++ b/src/map/mercenary.h
@@ -78,3 +78,4 @@ int merc_natural_heal_timer_delete(struct homun_data *hd);
int read_homunculusdb(void);
int merc_hom_increase_intimacy(struct homun_data * hd, unsigned int value);
int merc_hom_decrease_intimacy(struct homun_data * hd, unsigned int value);
+int merc_skill_tree_get_max(int id, int b_class); \ No newline at end of file