Fixing the txt-char converter compilation (bugreport:2171).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13245 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage
2008-09-28 15:02:55 +00:00
parent dc8edb6416
commit de25376177
3 changed files with 51 additions and 0 deletions

View File

@@ -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