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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user