summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/clif.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 6e302cd17..5b9b3cfc1 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -2282,13 +2282,6 @@ int clif_updatestatus(struct map_session_data *sd,int type)
}
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;
}