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