From 54c30a826efdc32af9494dabe169064d550c149f Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 25 Aug 2008 10:05:37 +0000 Subject: quick compilation fix to r13130 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13131 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/status.c b/src/map/status.c index d437aea01..f11096d7b 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7387,7 +7387,7 @@ static int status_natural_heal(struct block_list* bl, va_list args) //Natural SP regen if(flag&RGN_SP) { - rate = natural_heal_diff_tick*(regen->rate.sp+bonus) + rate = natural_heal_diff_tick*(regen->rate.sp+bonus); // Homun SP regen fix (they should regen as if they were sitting (twice as fast) if(bl->type==BL_HOM) rate *=2; -- cgit v1.2.3-70-g09d2