From f3217abd6a037daa4b4726e56c06b3bf780add80 Mon Sep 17 00:00:00 2001 From: JigglyBlunt <58123775+jigglyblunt@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:12:38 -0700 Subject: [PATCH] Update items.lua Update with new qb-jewelery to fix inventory related issues --- shared/items.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/items.lua b/shared/items.lua index 1917406..0227cea 100644 --- a/shared/items.lua +++ b/shared/items.lua @@ -345,7 +345,7 @@ QBShared.Items = { diamond_ring = { name = 'diamond_ring', label = 'Diamond Ring', weight = 1500, type = 'item', image = 'diamond_ring.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A diamond ring seems like the jackpot to me!' }, diamond = { name = 'diamond', label = 'Diamond', weight = 1000, type = 'item', image = 'diamond.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A diamond seems like the jackpot to me!' }, goldchain = { name = 'goldchain', label = 'Golden Chain', weight = 1500, type = 'item', image = 'goldchain.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A golden chain seems like the jackpot to me!' }, - tenkgoldchain = { name = '10kgoldchain', label = '10k Gold Chain', weight = 2000, type = 'item', image = '10kgoldchain.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = '10 carat golden chain' }, + tenkgoldchain = { name = 'tenkgoldchain', label = '10k Gold Chain', weight = 2000, type = 'item', image = '10kgoldchain.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = '10 carat golden chain' }, goldbar = { name = 'goldbar', label = 'Gold Bar', weight = 7000, type = 'item', image = 'goldbar.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'Looks pretty expensive to me' }, -- Cops Tools