From 071702a2c76f8a69d33f68984961b735c23ca239 Mon Sep 17 00:00:00 2001 From: eathenabot Date: Mon, 23 Jan 2012 04:19:38 +0000 Subject: * Merged changes up to eAthena 15068. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15506 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index fd14f4458..e688ac467 100644 --- a/src/map/clif.c +++ b/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)); -- cgit v1.2.3-70-g09d2