summaryrefslogtreecommitdiff
path: root/src/map/mercenary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mercenary.c')
-rw-r--r--src/map/mercenary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mercenary.c b/src/map/mercenary.c
index d35aefe9b..a6b262260 100644
--- a/src/map/mercenary.c
+++ b/src/map/mercenary.c
@@ -743,7 +743,7 @@ int merc_hom_data_init(struct map_session_data *sd)
hd->bl.x=sd->bl.x;
hd->bl.y=sd->bl.y - 1 ;
hd->bl.subtype = MONS;
- hd->bl.type=BL_HOMUNCULUS;
+ hd->bl.type=BL_HOM;
hd->bl.id= npc_get_new_npc_id();
hd->bl.prev=NULL;
hd->bl.next=NULL;