From 94281a398ef3a288a23cebb9f2d9a5227c570996 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sat, 23 Aug 2008 13:09:50 +0000 Subject: - Mercenary Packets (Server to Client). Still need a little more info. - Packet for Mercenary Menu. - Some other progress as creation but need more code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13116 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/intif.h') diff --git a/src/map/intif.h b/src/map/intif.h index c32b09352..0b4cf348f 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -77,6 +77,9 @@ int intif_request_questlog(struct map_session_data * sd); int intif_quest_delete(int char_id, int quest_id); int intif_quest_add(int char_id, struct quest * qd); +// MERCENARY SYSTEM +int intif_mercenary_create(struct s_mercenary *merc); + #ifndef TXT_ONLY // MAIL SYSTEM int intif_Mail_requestinbox(int char_id, unsigned char flag); -- cgit v1.2.3-60-g2f50