From 16b426bd2d43c973900428af85b609784552bd1d Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:04:22 -0600 Subject: [PATCH] Update CfgVehicles.hpp --- SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp index ded807fb1..ad5ef604a 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp @@ -392,6 +392,8 @@ class CfgVehicles //ZEDS #include "Zeds\Zeds.hpp" //old type zeds #include "Zeds\ViralZeds.hpp" //Viral type zeds + #include "Zeds\WildZeds.hpp" //Viral type zeds + #include "Zeds\SwarmZeds.hpp" //Swarm #include "Zeds\PlayerZeds.hpp" //Skins #include "Skins\Female.hpp"