Explorar o código

Please fix my packets :S

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6113 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lance %!s(int64=19) %!d(string=hai) anos
pai
achega
53614089eb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/map/clif.c

+ 2 - 2
src/map/clif.c

@@ -1713,8 +1713,8 @@ void send_fake_npc(struct map_session_data *sd, int npcid){
 	int fd = sd->fd;
 	WFIFOW(fd,0)=0x78;
 	WFIFOL(fd,2)=npcid;
-	WFIFOW(fd,12)=OPTION_INVISIBLE;
-	WFIFOW(fd,14)=INVISIBLE_CLASS;
+	WFIFOW(fd,12)=OPTION_HIDE;
+	WFIFOW(fd,14)=111;
 	WFIFOPOS(fd,46,sd->bl.x,sd->bl.y);
 	WFIFOB(fd,49)=5;
 	WFIFOB(fd,50)=5;