Skip to content

Commit

Permalink
[Baggins] Fix Warband bank items showing in bags
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Jul 31, 2024
1 parent b7a5e58 commit e8de607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Baggins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,7 @@ function Baggins:OnBagUpdate(_,bagid)
if bagid < -1 then return end
else
if bagid <= -4 then return end
if bagid >= 13 then return end
end
bagupdatebucket[bagid] = true

Expand Down

0 comments on commit e8de607

Please sign in to comment.