From 7f0c9608bf1e6bd3b174d7f5dda8aaae88e4c47c Mon Sep 17 00:00:00 2001 From: Durel Date: Tue, 30 Jan 2018 09:21:16 -0500 Subject: [PATCH] Version 2.0030 1) Added @Cregen@W mode to auto-wear a regeneration ring when you sleep 2) Corrected obsolete data in priority and consume helpfiles 3) Removed overly aggressive stat timeout warning when there wasn't actually a problem --- aard_inventory.changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 1c9370e..7821901 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,20 @@ dbot.changelog = {} +dbot.changelog[2.0030] = +{ + { change = drlDbotChangeLogTypeNew, + desc = [[Added @Cregen@W mode to auto-wear a regeneration ring when you are asleep. See the + helpfile at "dinv help regen" for more details.]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Corrected obsolete data in priority and consume helpfiles]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Removed overly aggressive stat timeout warning when there wasn't actually a problem]] + } +} + dbot.changelog[2.0029] = { { change = drlDbotChangeLogTypeNew,