Skip to content

Commit

Permalink
fix: corrected the name and weight of the trout item
Browse files Browse the repository at this point in the history
In this PR the weight and name of the trout item have been corrected.
  • Loading branch information
bitpredator committed Dec 3, 2024
1 parent 688b1c5 commit 390c66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server-data/resources/[ox]/ox_inventory/data/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ return {
},

["trout"] = {
label = "20",
weight = 100,
label = "trota",
weight = 20,
stack = true,
},

Expand Down

0 comments on commit 390c66f

Please sign in to comment.