summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 1e8c80136..a51ddded0 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -7295,7 +7295,7 @@ ACMD_FUNC(homevolution)
clif_displaymessage(fd, "Your homunculus doesn't evolve.");
return -1;
}
-
+ clif_homskillinfoblock(sd);
return 0;
}