Explorar o código

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
shennetsind %!s(int64=13) %!d(string=hai) anos
pai
achega
54eb42ab7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/atcommand.c

+ 1 - 1
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;
 }