瀏覽代碼

* Merged changes up to eAthena 15068.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15506 54d463be-8e91-2dee-dedb-b68131a5f0ec
eathenabot 13 年之前
父節點
當前提交
2aa297a4a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/map/clif.c

+ 1 - 1
src/map/clif.c

@@ -1449,7 +1449,7 @@ void clif_send_homdata(struct map_session_data *sd, int state, int param)
 	WFIFOHEAD(fd, packet_len(0x230));
 	WFIFOW(fd,0)=0x230;
 	WFIFOB(fd,2)=0;
-	WFIFOB(fd,2)=state;
+	WFIFOB(fd,3)=state;
 	WFIFOL(fd,4)=sd->hd->bl.id;
 	WFIFOL(fd,8)=param;
 	WFIFOSET(fd,packet_len(0x230));