From ca3f31e1c38b7df3e672c34d9f60600ba535b234 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 16 Dec 2013 10:56:48 -0500 Subject: [PATCH] fix wrong stringtable call --- 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 6be046982..b4759475d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -3116,7 +3116,7 @@ class CfgMagazines { }; class Crafting { - text = $STR_EPOCH_PLAYER_241; + text = $STR_EPOCH_PLAYER_240; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; neednearby[] = {"workshop"}; requiretools[] = {"ItemToolbox"};