diff --git a/@ExileServer/addons/a3_dms/scripts/DMS_spawnAI.sqf b/@ExileServer/addons/a3_dms/scripts/DMS_spawnAI.sqf index 19a2ae5..1bbed00 100644 --- a/@ExileServer/addons/a3_dms/scripts/DMS_spawnAI.sqf +++ b/@ExileServer/addons/a3_dms/scripts/DMS_spawnAI.sqf @@ -14,7 +14,7 @@ for "_i" from 1 to _units do { - _soldier = _group createUnit ["SoldierWB", [_pos select 0, _pos select 1, 0], [], 1, "Form"]; + _soldier = _group createUnit ["i_g_soldier_unarmed_f", [_pos select 0, _pos select 1, 0], [], 1, "Form"]; removeAllAssignedItems _soldier; removeUniform _soldier; removeHeadgear _soldier; @@ -102,3 +102,4 @@ }; }; +_soldier \ No newline at end of file diff --git a/Pre-Packed PBO/a3_dms.pbo b/Pre-Packed PBO/a3_dms.pbo index 7a88c93..3482537 100644 Binary files a/Pre-Packed PBO/a3_dms.pbo and b/Pre-Packed PBO/a3_dms.pbo differ