fixed bug with @homevolution not refreshing homun's skill tree (4th skill missing), bugreport:49

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15448 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shennetsind 2012-01-14 10:21:06 +00:00
parent cb87b0ddfc
commit 54eb42ab7f

View File

@ -7295,7 +7295,7 @@ ACMD_FUNC(homevolution)
clif_displaymessage(fd, "Your homunculus doesn't evolve.");
return -1;
}
clif_homskillinfoblock(sd);
return 0;
}