diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index fd61b392c..05e078717 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -2981,13 +2981,13 @@ CodeStudio.Shops = { }, [14] = { - ShopName = 'Millers Fishing Shop', + ShopName = 'Millars Fihsery', Category = { [1] = 'fishing', }, Locations = { - vector4(-1593.8365, 5196.9878, 3.3590, 24.2827), + vector4(-1593.8365, 5196.9878, 4.3590, 24.2827), }, Interaction = { diff --git a/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua b/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua index f055dc89b..a97c46629 100644 --- a/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua +++ b/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua @@ -10,7 +10,7 @@ Config.oldESX = false -- Nothing to do with qb / Essentially when set to true it Config.sellShop = { enabled = true, - coords = vec3(-1597.1718, 5201.9839, 3.3590), -- X, Y, Z Coords of where fish buyer will spawn + coords = vec3(-1597.1718, 5201.9839, 4.3590), -- X, Y, Z Coords of where fish buyer will spawn heading = 234.6800, -- Heading of fish buyer ped ped = 'cs_old_man2' -- Ped name here }