From 2f5948c5f30ac32fc39ee449391494a9405b13ac Mon Sep 17 00:00:00 2001 From: redned70 Date: Sun, 19 Nov 2017 11:29:17 +0000 Subject: [PATCH] fixed missing Fox_Truck --- TRADERS/FOX/ItemListFOX.hpp | 1 + TRADERS/FOX/TraderCategoriesFOX.hpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TRADERS/FOX/ItemListFOX.hpp b/TRADERS/FOX/ItemListFOX.hpp index 6ef0e2c..539707e 100644 --- a/TRADERS/FOX/ItemListFOX.hpp +++ b/TRADERS/FOX/ItemListFOX.hpp @@ -39,6 +39,7 @@ class Fox_LandCruiser3 { quality = 3; price = 25; }; class Fox_LandCruiser2 { quality = 3; price = 26; }; class Fox_Tahoe_Apocalypse { quality = 3; price = 27; }; + class Fox_Truck { quality = 3; price = 40000; }; class Fox_Pickup_Apocalypse { quality = 3; price = 28; }; class Fox_Pickup { quality = 3; price = 29; }; class Fox_Pickup_Tow { quality = 3; price = 30; }; diff --git a/TRADERS/FOX/TraderCategoriesFOX.hpp b/TRADERS/FOX/TraderCategoriesFOX.hpp index f5cdd53..ed5d034 100644 --- a/TRADERS/FOX/TraderCategoriesFOX.hpp +++ b/TRADERS/FOX/TraderCategoriesFOX.hpp @@ -46,6 +46,7 @@ "Fox_Pickup6S", "Fox_LandCruiserFox", "Fox_LandCruiser3", - "Fox_LandCruiser2" + "Fox_LandCruiser2", + "Fox_Truck" }; }; \ No newline at end of file