--- deliantra/server/common/item.C 2008/04/30 05:06:36 1.50 +++ deliantra/server/common/item.C 2008/09/07 21:31:23 1.51 @@ -815,7 +815,7 @@ switch ((int) ((FABS (op->speed)) * 15)) { case 0: - buf << "(very slow movement"; + buf << "(very slow movement)"; break; case 1: buf << "(slow movement)";