Browse Source

Removed the debug message from r12726 (bugreport:1587)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12747 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 17 years ago
parent
commit
5ae3401e2a
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/map/clif.c

+ 0 - 7
src/map/clif.c

@@ -2282,13 +2282,6 @@ int clif_updatestatus(struct map_session_data *sd,int type)
 	}
 	}
 	WFIFOSET(fd,len);
 	WFIFOSET(fd,len);
 
 
-	if( type == SP_SPEED )
-	{
-		char buf[256];
-		sprintf(buf, "Your walk speed is now %d", sd->battle_status.speed);
-		clif_displaymessage(fd, buf);
-	}
-
 	return 0;
 	return 0;
 }
 }