Browse Source

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 13 năm trước cách đây
mục cha
commit
54eb42ab7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }