projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a06f9c
)
Change message for @wipe not finding any attributes to wipe
author
Ari Johnson
<ari@theari.com>
Fri, 17 Dec 2010 18:02:32 +0000
(18:02 +0000)
committer
Ari Johnson
<ari@theari.com>
Fri, 22 May 2009 15:04:49 +0000
(15:04 +0000)
(cherry picked from commit
c168c320c18dd160349b9aaac2ae834ffad79f43
)
src/set.c
patch
|
blob
|
history
diff --git
a/src/set.c
b/src/set.c
index 92119c508d1cf7efb947d0409670ae74b6994951..214b2c952046a513140fde4b0de63672ce03d86d 100644
(file)
--- 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."));