summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;