浏览代码

Follow up r16543, you nasty thing how did you get commented out?!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16544 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 12 年之前
父节点
当前提交
2b8a7d8a79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/map/clif.c

+ 1 - 1
src/map/clif.c

@@ -16217,7 +16217,7 @@ void clif_snap( struct block_list *bl, short x, short y ) {
 	WBUFW(buf,6) = x;
 	WBUFW(buf,8) = y;
 	
-	//clif_send(buf,packet_len(0x8d2),bl,AREA);
+	clif_send(buf,packet_len(0x8d2),bl,AREA);
 }
 
 /*==========================================