Hotfix: Inventory Action on pickup

willneedit [03-31-17 - 19:01]
Hotfix: Inventory Action on pickup
Filename
Modules/Junker.lua
TODO
diff --git a/Modules/Junker.lua b/Modules/Junker.lua
index b7b9255..c3e886c 100644
--- a/Modules/Junker.lua
+++ b/Modules/Junker.lua
@@ -58,6 +58,7 @@ function IM:OnInvSlotUpdate(bagId, slotId)

 	if not data then return end

+	data.action, data.index, data.text = self.currentRuleset:Match(data)
 	if filter_for_backpack_action(false, data) then
 		IM:ProcessSingleItem(false, data)
 	end
diff --git a/TODO b/TODO
index 19f0470..329365c 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,5 @@
- * New Translations
+ * "Include bank" for Deconstruct - or -
+   * Exclude list: Pass over inapplicable rules
+ * Execution count for rules
+ * Guild bank management
+