summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-24 23:49:05 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-24 23:49:05 +0000
commitd4370c97fdca04e6c1d1fb8223acd08c0b140692 (patch)
tree778f894bb5e278d6f3958f8ca63e8baa59b6298b /src/map/status.c
parent1a418b0d54045b0cd7cef6bfee4d43412e6d3889 (diff)
downloadhercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.gz
hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.bz2
hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.xz
hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.zip
- Cleanup/typo on homunc's code
- Modified @reloadmobdb & @reloadskilldb to reload homunc's db too git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8476 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 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;