feat(Core/Items): Delete old item id from recovery item (#18332)

This commit is contained in:
IntelligentQuantum
2024-09-22 10:02:16 +03:30
committed by GitHub
parent a452b25def
commit 985410f184
8 changed files with 67 additions and 1 deletions

View File

@@ -2616,6 +2616,14 @@ ItemDelete.Quality = 3
ItemDelete.ItemLevel = 80
#
# ItemDelete.KeepDays
# Description: Time (in days)
# Default: 0 - (Disabled, Don't delete any it)
# 30 - (Enabled)
ItemDelete.KeepDays = 0
#
###################################################################################################