From bab669c74aff2f690ebd7e4c2757b83743f180bb Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Sat, 15 Feb 2014 16:33:22 +0100 Subject: [PATCH] Fixed hilux upgrade --- SQF/dayz_code/Configs/CfgVehicles/LAND/hilux.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/LAND/hilux.hpp b/SQF/dayz_code/Configs/CfgVehicles/LAND/hilux.hpp index 19335d225..fb510b091 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/LAND/hilux.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/LAND/hilux.hpp @@ -89,7 +89,7 @@ class hilux1_civil_3_open_DZE1: hilux1_civil_3_open_DZE { }; class Upgrades { - ItemAVE[] = {"hilux1_civil_3_open_DZE3",{},{{"ItemAVE",1},{"PartGeneric",4},{"ItemTankTrap",2}}}; + ItemAVE[] = {"hilux1_civil_3_open_DZE2",{},{{"ItemAVE",1},{"PartGeneric",4},{"ItemTankTrap",2}}}; ItemARM[] = {"Pickup_PK_INS_DZE1",{{"PK_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}}; }; };