From: Ari Johnson Date: Fri, 17 Dec 2010 18:02:32 +0000 (+0000) Subject: Change message for @wipe not finding any attributes to wipe X-Git-Tag: 0.73p2~23 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=aab81dbd5b02012dededdc238dedc1ba147decc1;p=cobramush.git Change message for @wipe not finding any attributes to wipe (cherry picked from commit c168c320c18dd160349b9aaac2ae834ffad79f43) --- diff --git a/src/set.c b/src/set.c index 92119c5..214b2c9 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."));