From 9cedf4890c7b99e7ac205905cbe771069e96654f Mon Sep 17 00:00:00 2001 From: toms Date: Sat, 26 Aug 2006 22:42:44 +0000 Subject: Small bug fix in read_homunculus_expdb (a warning was always displayed) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8495 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mercenary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mercenary.c') diff --git a/src/map/mercenary.c b/src/map/mercenary.c index b9fc4b473..152340fc8 100644 --- a/src/map/mercenary.c +++ b/src/map/mercenary.c @@ -968,7 +968,7 @@ void read_homunculus_expdb() if (!hexptbl[j++]) break; } - if (!feof(fp) || hexptbl[MAX_LEVEL - 1]) + if (hexptbl[MAX_LEVEL - 1]) // Last permitted level have to be 0! { ShowWarning("read_hexptbl: Reached max level in exp_homun [%d]. Remaining lines were not read.\n ", MAX_LEVEL); hexptbl[MAX_LEVEL - 1] = 0; -- cgit v1.2.3-70-g09d2