vehicle mispelling

This commit is contained in:
KamuiKody
2022-11-19 06:39:50 -05:00
committed by GitHub
parent c51175a7a4
commit 72f036b608
+3 -3
View File
@@ -5298,14 +5298,14 @@ QBShared.Vehicles = {
['hash'] = `handler`,
['shop'] = 'truck',
},
['bulldoze'] = {
['bulldozer'] = {
['name'] = 'Bulldozer',
['brand'] = 'HVY',
['model'] = 'bulldoze',
['model'] = 'bulldozer',
['price'] = 30000,
['category'] = 'industrial',
["categoryLabel"] = 'Industrial',
['hash'] = `bulldoze`,
['hash'] = `bulldozer`,
['shop'] = 'truck',
},
['dump'] = {