From 5b1c20e06c900ec7f8f2ecf351632969bbcd7455 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Tue, 26 Nov 2013 22:22:11 -0500 Subject: [PATCH] fix for 5x Hesco --- SQF/dayz_code/Configs/CfgMagazines.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index 4b324e806..f49a7ec00 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -4057,7 +4057,7 @@ class CfgMagazines { script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; neednearby[] = {}; requiretools[] = {"ItemEtool","ItemToolbox"}; - output[] = {{"ItemSandbagExLarge5x",1}}; + output[] = {{"ItemSandbagExLarge5w",1}}; input[] = {{"ItemSandbagExLarge",1},{"ItemSandbagLarge",2}}; }; };