From 9e063de985dc59106e6b33f5564eed597f0f7c36 Mon Sep 17 00:00:00 2001 From: Durel Date: Tue, 27 Feb 2018 14:21:19 -0500 Subject: [PATCH] Version 2.0038 1) Fixed a bug where dinv successfully detected a missing item but failed to remove the missing item from your inventory table. This could cause refreshes to repeatedly report the issue. 2) Fixed searches using the "foundAt" property. The previous code didn't handle partial matches for area names and wouldn't let you use spaces in area names so you couldn't really use foundAt. 3) Added support for quivers (sorry rangers!) 4) Soldiers can now use sets that don't require light offhand weapons --- aard_inventory.changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index d70e677..2dd68fc 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,24 @@ dbot.changelog = {} +dbot.changelog[2.0038] = +{ + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed a bug where dinv successfully detected a missing item but failed to remove the missing + item from your inventory table. This could cause refreshes to repeatedly report the issue.]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed searches using the "foundAt" property. The previous code didn't handle partial matches + for area names and wouldn't let you use spaces in area names so you couldn't really use foundAt.]] + }, + { change = drlDbotChangeLogTypeNew, + desc = [[Finally added support for quivers (sorry rangers!)]] + }, + { change = drlDbotChangeLogTypeNew, + desc = [[Soldiers can now use sets that don't require light offhand weapons]] + } +} + dbot.changelog[2.0037] = { { change = drlDbotChangeLogTypeFix,