diff options
Diffstat (limited to 'src/map/mercenary.c')
-rw-r--r-- | src/map/mercenary.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mercenary.c b/src/map/mercenary.c index 61df02132..b776ed4b5 100644 --- a/src/map/mercenary.c +++ b/src/map/mercenary.c @@ -748,6 +748,8 @@ void merc_reset_stats(struct homun_data *hd) hom->luk = db->baseLUK*10; hom->exp = 0; hd->exp_next = hexptbl[0]; + memset(&hd->homunculus.hskill, 0, sizeof hd->homunculus.hskill); + hd->homunculus.skillpts = 0; } int read_homunculusdb(void) |