summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 5f19ee1974..589fdfe492 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2402,13 +2402,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
trackers_init_new_level(true);
viewwindow(true, true);
-
- if (Options.stash_tracking && !crawl_state.arena)
- {
- StashTrack.update_visible_stashes(
- Options.stash_tracking == STM_ALL ? StashTracker::ST_AGGRESSIVE
- : StashTracker::ST_PASSIVE);
- }
+ maybe_update_stashes();
if (collect_travel_data)
{