From c168c320c18dd160349b9aaac2ae834ffad79f43 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Fri, 17 Dec 2010 18:02:32 +0000 Subject: [PATCH] Change message for @wipe not finding any attributes to wipe --- src/set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/set.c b/src/set.c index 00c0e48..d4fca91 100644 --- a/src/set.c +++ b/src/set.c @@ -1124,7 +1124,7 @@ do_wipe(dbref player, char *name) we_are_wiping = 1; if (!atr_iter_get(player, thing, pattern, 0, wipe_helper, NULL)) - notify(player, T("No matching attributes.")); + notify(player, T("No attributes wiped.")); else notify(player, T("Attributes wiped.")); -- 2.30.2