summaryrefslogtreecommitdiff
path: root/src/char_sql/int_mercenary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/int_mercenary.c')
-rw-r--r--src/char_sql/int_mercenary.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/char_sql/int_mercenary.c b/src/char_sql/int_mercenary.c
index b6c4d6313..dfb6dd880 100644
--- a/src/char_sql/int_mercenary.c
+++ b/src/char_sql/int_mercenary.c
@@ -136,6 +136,8 @@ bool mapif_mercenary_delete(int merc_id)
return true;
}
+#ifndef TXT_SQL_CONVERT
+
static void mapif_mercenary_send(int fd, struct s_mercenary *merc, unsigned char flag)
{
int size = sizeof(struct s_mercenary) + 5;
@@ -216,3 +218,4 @@ int inter_mercenary_parse_frommap(int fd)
}
return 1;
}
+#endif //TXT_SQL_CONVERT