summaryrefslogtreecommitdiff
path: root/src/map/homunculus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r--src/map/homunculus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c
index 56d87002d..f90c8c185 100644
--- a/src/map/homunculus.c
+++ b/src/map/homunculus.c
@@ -183,6 +183,8 @@ int merc_hom_calc_skilltree(struct homun_data *hd)
if (f)
hd->homunculus.hskill[id-HM_SKILLBASE].id = id ;
}
+ if( hd->master )
+ clif_homskillinfoblock(hd->master);
return 0;
}