diff options
-rw-r--r-- | src/map/homunculus.c | 2 |
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; } |