diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 47ff90de3..edfbc0d58 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -11,7 +11,7 @@ #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD // MINIMAL required version for the Mod. Components can specify others.. -#define REQUIRED_VERSION 1.76 +#define REQUIRED_VERSION 1.82 /* // Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :) diff --git a/addons/xeh/CfgVehicles.hpp b/addons/xeh/CfgVehicles.hpp index bfb55f036..46642f4ae 100644 --- a/addons/xeh/CfgVehicles.hpp +++ b/addons/xeh/CfgVehicles.hpp @@ -223,6 +223,11 @@ class CfgVehicles { class Respawn_Sleeping_bag_brown_F: Land_Sleeping_bag_brown_F { XEH_ENABLED; }; + + class ReammoBox_F; + class Land_RepairDepot_01_base_F: ReammoBox_F { + XEH_ENABLED; + }; // backwards comp, inert class SLX_XEH_Logic: Logic {