mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:01:24 +00:00
vehicle mispelling
This commit is contained in:
+3
-3
@@ -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'] = {
|
||||
|
||||
Reference in New Issue
Block a user