summaryrefslogtreecommitdiff
path: root/src/char_sql/int_homun.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-01 00:03:10 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-01 00:03:10 +0000
commitbb1a4e56b358c36a7996be8d34b84e7f118f63f5 (patch)
tree7e67cb25e378bfa10fad402e50b75b8ea991775d /src/char_sql/int_homun.h
parent08c870656aeb76d839a8ad2fd071818b8618f899 (diff)
downloadhercules-bb1a4e56b358c36a7996be8d34b84e7f118f63f5.tar.gz
hercules-bb1a4e56b358c36a7996be8d34b84e7f118f63f5.tar.bz2
hercules-bb1a4e56b358c36a7996be8d34b84e7f118f63f5.tar.xz
hercules-bb1a4e56b358c36a7996be8d34b84e7f118f63f5.zip
- Moved char server's mercenary code to a different file (int_mercenary.*)
- New Sql Patch for create mercenary_owner DB. - Removed mer_id from char_db. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13166 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/int_homun.h')
-rw-r--r--src/char_sql/int_homun.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/char_sql/int_homun.h b/src/char_sql/int_homun.h
index 8ff30f976..1c0d76269 100644
--- a/src/char_sql/int_homun.h
+++ b/src/char_sql/int_homun.h
@@ -5,7 +5,6 @@
#define _INT_HOMUN_SQL_H_
struct s_homunculus;
-struct s_mercenary;
int inter_homunculus_sql_init(void);
void inter_homunculus_sql_final(void);
@@ -16,6 +15,4 @@ 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_ */