diff --git a/shared.lua b/shared.lua index 10c3402..ffec016 100644 --- a/shared.lua +++ b/shared.lua @@ -3115,7 +3115,7 @@ QBShared.Vehicles = { ["gauntlet2"] = { ["name"] = "Redwood Gauntlet", ["brand"] = "Bravado", - ["model"] = "gauntlet", + ["model"] = "gauntlet2", ["price"] = 35000, ["category"] = "muscle", ["hash"] = "-1800170043", @@ -3124,7 +3124,7 @@ QBShared.Vehicles = { ["gauntlet3"] = { ["name"] = "Classic Gauntlet", ["brand"] = "Bravado", - ["model"] = "gauntlet", + ["model"] = "gauntlet3", ["price"] = 40000, ["category"] = "muscle", ["hash"] = "-1800170043", @@ -3133,7 +3133,7 @@ QBShared.Vehicles = { ["gauntlet4"] = { ["name"] = "Gauntlet Hellfire", ["brand"] = "Bravado", - ["model"] = "gauntlet", + ["model"] = "gauntlet4", ["price"] = 50000, ["category"] = "muscle", ["hash"] = "-1800170043",