summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
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 38a9d382d..df9eebcaa 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -897,7 +897,7 @@ int status_revive(struct block_list *bl, unsigned char per_hp, unsigned char per
pc_revive((TBL_PC*)bl, hp, sp);
break;
case BL_HOM: //[orn]
- merc_homun_revive((TBL_HOM*)bl, hp, sp);
+ merc_hom_revive((TBL_HOM*)bl, hp, sp);
break;
}
return 1;