This commit is contained in:
Pinya
2018-07-17 21:01:37 +03:00
parent 6a89e5ae41
commit b700d26e65
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ function B:Layout(isBank)
end
f.Bags[bagID].numSlots = numSlots
f.Bags[bagID].type = GetBagFamily(GetInventoryItemLink("player", ContainerIDToInventoryID(bagID)))
f.Bags[bagID].type = GetItemFamily(GetInventoryItemLink("player", ContainerIDToInventoryID(bagID)), true)
--Hide unused slots
for i = 1, MAX_CONTAINER_ITEMS do