Immediately update when a lock is picked

This commit is contained in:
2019-06-25 09:55:29 -05:00
parent 7b3cca585f
commit e3d271e0ff

View File

@ -408,7 +408,7 @@ function Breakables:OnTradeSkillUpdate()
end
function Breakables:OnBagItemLockPicked()
nextCheck[1] = GetTime() + BagUpdateCheckDelay
self:FindBreakables()
end
function Breakables:FindLevelOfProfessionIndex(idx)