From 390c66f32ae303dad2ef0169135c46bd38956301 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:21:12 +0100 Subject: [PATCH] fix: corrected the name and weight of the trout item In this PR the weight and name of the trout item have been corrected. --- server-data/resources/[ox]/ox_inventory/data/items.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server-data/resources/[ox]/ox_inventory/data/items.lua b/server-data/resources/[ox]/ox_inventory/data/items.lua index 8eb79d2a..2a29fe2b 100644 --- a/server-data/resources/[ox]/ox_inventory/data/items.lua +++ b/server-data/resources/[ox]/ox_inventory/data/items.lua @@ -463,8 +463,8 @@ return { }, ["trout"] = { - label = "20", - weight = 100, + label = "trota", + weight = 20, stack = true, },