summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-25 10:05:37 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-25 10:05:37 +0000
commit54c30a826efdc32af9494dabe169064d550c149f (patch)
tree2f1108f9e139a4b3d62605ab30ce7f4786f96269 /src/map/status.c
parent46de3e9e9eed331d432c30862bfda250f81f25eb (diff)
downloadhercules-54c30a826efdc32af9494dabe169064d550c149f.tar.gz
hercules-54c30a826efdc32af9494dabe169064d550c149f.tar.bz2
hercules-54c30a826efdc32af9494dabe169064d550c149f.tar.xz
hercules-54c30a826efdc32af9494dabe169064d550c149f.zip
quick compilation fix to r13130
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13131 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
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;