From 7538cb7bf86fdf51fe165d5d13f74ba40758dda7 Mon Sep 17 00:00:00 2001 From: Hophri <50061641+Azodion@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:42:30 -0500 Subject: [PATCH] F-16C Price Update to Match Sheet --- .../ultimate/config/trader/vehicles/vehicles_NorAFF16.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A3A/addons/ultimate/config/trader/vehicles/vehicles_NorAFF16.hpp b/A3A/addons/ultimate/config/trader/vehicles/vehicles_NorAFF16.hpp index 71193e1e0c..b6c44457bc 100644 --- a/A3A/addons/ultimate/config/trader/vehicles/vehicles_NorAFF16.hpp +++ b/A3A/addons/ultimate/config/trader/vehicles/vehicles_NorAFF16.hpp @@ -1,4 +1,4 @@ class CUP_NorAF_F16 : vehicles_base { - ITEM(F16C_NATO50, 105725, PLANE, VEHICLE_CONDITION_PLANE); + ITEM(F16C_NATO50, 91000, PLANE, VEHICLE_CONDITION_PLANE); }; \ No newline at end of file