diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-23 14:59:51 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-23 14:59:51 +0000 |
commit | c45d93d9d873996f99829dfc506c7875ea13d24c (patch) | |
tree | 19dcfcbf374369ba433e63c6ed800d707eb05176 /src/map/intif.h | |
parent | 94281a398ef3a288a23cebb9f2d9a5227c570996 (diff) | |
download | hercules-c45d93d9d873996f99829dfc506c7875ea13d24c.tar.gz hercules-c45d93d9d873996f99829dfc506c7875ea13d24c.tar.bz2 hercules-c45d93d9d873996f99829dfc506c7875ea13d24c.tar.xz hercules-c45d93d9d873996f99829dfc506c7875ea13d24c.zip |
- Added column `mer_id` on char_db
- More mercenary implementations (delete, load, create)
- Some fixes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13117 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.h')
-rw-r--r-- | src/map/intif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/intif.h b/src/map/intif.h index 0b4cf348f..b1ee824e0 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -79,6 +79,7 @@ int intif_quest_add(int char_id, struct quest * qd); // MERCENARY SYSTEM int intif_mercenary_create(struct s_mercenary *merc); +int intif_mercenary_request(int merc_id, int char_id); #ifndef TXT_ONLY // MAIL SYSTEM |