From 163c25aa9a13fbac7553dec79c9118d68640c511 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 11 Jun 2025 15:24:10 +0200 Subject: [PATCH] Update config.lua --- resources/[inventory]/cs_shops/config/config.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 6f6104051..fad4e1c03 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -687,7 +687,12 @@ CodeStudio.Products = { itemPrice = 20, itemInfo = "", }, - + ['barrel'] = { + itemName = "leeres Metallfass", + itemStock = 150, + itemPrice = 20, + itemInfo = "", + }, }