From 50a85fdbd90fd7353f091084b43877a3f6ae5a61 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 30 Aug 2007 05:01:39 +0000 Subject: - Oops, forgot a very important check in homevolution D: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11092 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/script.c b/src/map/script.c index 31fba0429..d115e6df3 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -8737,7 +8737,7 @@ BUILDIN_FUNC(homunculus_evolution) { TBL_PC *sd; sd=script_rid2sd(st); - if(merc_is_hom_active(sd->hd)) + if(merc_is_hom_active(sd->hd) && sd->hd->homunculus.intimacy > 91000) merc_hom_evolution(sd->hd); return 0; } -- cgit v1.2.3-70-g09d2