diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index d5d2ce661..a08023dc1 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -9527,6 +9527,7 @@ int atcommand_homlevel( level = MAX_LEVEL - sd->homunculus.level ;
if (level >= 1) {
for (i = 1; i <= level ; i++){
+ sd->homunculus.exp += sd->hd->exp_next;
merc_hom_levelup(sd->hd) ;
}
clif_misceffect2(&sd->hd->bl,568) ;
|