From 2fffc25ea8895cbd7748b4a84565091a91490995 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 21 Jun 2006 18:30:39 +0000 Subject: - Added function parse_hostbyname() which takes a hostname and a char[4]. The hostname is resolved to an ip, whose individual components are stored in char[], the return value of the function is the inet_addr result of the lookup (or returns 0 when failed). Meant to be used in the rest of the code without the need to do socket/network related includes. - Applied use of parse_hostbyname() in chrif.c to fix compilation errors. - status_percent_change will now account for when the target's max hp/sp is above INT_MAX. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7281 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/char_athena.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf-tmpl/char_athena.conf') diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 576d6e757..5115141b0 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -144,7 +144,6 @@ fame_list_taekwon: 10 // to 200, the guild receives double the player's taxed exp. guild_exp_rate: 100 - // Name used for unknown characters unknown_char_name: Unknown -- cgit v1.2.3-60-g2f50