From 05ebaf88bbcf323ef1c3778a05af7fe565b6534c Mon Sep 17 00:00:00 2001 From: sketchyphoenix Date: Mon, 14 Jul 2008 06:29:35 +0000 Subject: * Corrected compiler warning and error made from r12959 and r12953, respectively. [SketchyPhoenix] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12954 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index e7030fe3b..aacdf2fc8 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7288,7 +7288,7 @@ static int status_natural_heal(struct block_list* bl, va_list args) regen->tick.sp += natural_heal_diff_tick*(regen->rate.sp+bonus); // Homun HP regen fix (they should regen as if they were sitting (twice as fast) - if(bl->type==BL_HOM) regen->tick.p *=2; + if(bl->type==BL_HOM) regen->tick.sp *=2; if(regen->tick.sp >= (unsigned int)battle_config.natural_healsp_interval) { -- cgit v1.2.3-70-g09d2