diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-23 19:08:54 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-23 19:08:54 +0000 |
commit | ac96c8dbde939dc367afe734f3452590e154475c (patch) | |
tree | ad6b2ec838d199f6875ec331727b4a25249e0f9b /src/char_sql/int_homun.h | |
parent | c45d93d9d873996f99829dfc506c7875ea13d24c (diff) | |
download | hercules-ac96c8dbde939dc367afe734f3452590e154475c.tar.gz hercules-ac96c8dbde939dc367afe734f3452590e154475c.tar.bz2 hercules-ac96c8dbde939dc367afe734f3452590e154475c.tar.xz hercules-ac96c8dbde939dc367afe734f3452590e154475c.zip |
- Completed Mercenary Create, Delete, Save. Tests OK.
- Incremented MAX_SKILL required for a proper load of Mercenary Skills.
- Some fixes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13118 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/int_homun.h')
-rw-r--r-- | src/char_sql/int_homun.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/char_sql/int_homun.h b/src/char_sql/int_homun.h index 1c0d76269..8ff30f976 100644 --- a/src/char_sql/int_homun.h +++ b/src/char_sql/int_homun.h @@ -5,6 +5,7 @@ #define _INT_HOMUN_SQL_H_ struct s_homunculus; +struct s_mercenary; int inter_homunculus_sql_init(void); void inter_homunculus_sql_final(void); @@ -15,4 +16,6 @@ bool mapif_homunculus_load(int homun_id, struct s_homunculus* hd); bool mapif_homunculus_delete(int homun_id); bool mapif_homunculus_rename(char *name); +bool mapif_mercenary_delete(int merc_id); + #endif /* _INT_HOMUN_SQL_H_ */ |