From 0ce51345c593a04feb87d338fe74189cfb603223 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 28 Jun 2006 14:42:04 +0000 Subject: - Fixed a compile warning in the login txt/sql server. - Changed the mob drop rate adjust function to receive a signed int argument. Probably will fix those drops with 0% becoming 100% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7371 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/login') diff --git a/src/login/login.c b/src/login/login.c index 197c40dda..a472b3216 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -175,6 +175,8 @@ int use_md5_passwds = 0; int console = 0; +int charif_sendallwos(int sfd, unsigned char *buf, unsigned int len); + //------------------------------ // Writing function of logs file //------------------------------ -- cgit v1.2.3-70-g09d2