From 4cbc8f6b7ebcad0216b1775b38322b0c18192565 Mon Sep 17 00:00:00 2001 From: Developer-Bear Date: Thu, 5 Aug 2021 21:33:34 -0500 Subject: [PATCH] update gauntlet model names --- shared.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",