diff --git a/resources/[inventory]/nordi_backpack/config.lua b/resources/[inventory]/nordi_backpack/config.lua index 25d6ad601..1eab5aca0 100644 --- a/resources/[inventory]/nordi_backpack/config.lua +++ b/resources/[inventory]/nordi_backpack/config.lua @@ -5,7 +5,7 @@ Config = {} -- Separated by gender (0 = male, 1 = female) Config.Backpacks = { [0] = { -- Male backpacks - [31] = { -- Example: Small backpack drawable ID for males + [158] = { -- Example: Small backpack drawable ID for males maxweight = 10000, -- 10kg slots = 10, label = 'Small Backpack', @@ -38,7 +38,7 @@ Config.Backpacks = { } }, [1] = { -- Female backpacks - [29] = { -- Example: Small backpack drawable ID for females + [158] = { -- Example: Small backpack drawable ID for females maxweight = 10000, -- 10kg slots = 10, label = 'Small Backpack'