summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 1e03712a56..a00ebe3ea4 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -4040,6 +4040,7 @@ void zap_wand(int slot)
mprf("This wand has %d charge%s left.",
wand.plus, wand.plus == 1 ? "" : "s");
+
set_ident_flags(wand, ISFLAG_KNOW_PLUSES);
}