From 47f8911cdbba9f17df29d60a5c6c3dea0fc221d0 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Tue, 20 Apr 2010 00:50:41 -0700 Subject: [PATCH] Quickfix for missing bag scans/updates --- core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core.lua b/core.lua index ae06359..2860eec 100644 --- a/core.lua +++ b/core.lua @@ -59,6 +59,7 @@ local function eventHandler(self, event, ...) BrokerGarbage.isAtVendor = false locked = false BrokerGarbage:Debug("lock released") +BrokerGarbage:ScanInventory() elseif (locked or cost ~=0) and event == "PLAYER_MONEY" then -- regular unlock -- 1.7.9.5