From 206460ff91625b3045dc6248e763e2303ccc7d00 Mon Sep 17 00:00:00 2001 From: A Man Date: Sun, 17 Apr 2022 20:23:51 +0200 Subject: [PATCH] Fix not showed description of the GP25 white flare Thx @TheFirstNoob --- SQF/dayz_code/Configs/CfgMagazines/Magazines/Grenades.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Grenades.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Grenades.hpp index a4ce64331..09804068f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Grenades.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Grenades.hpp @@ -176,7 +176,7 @@ class FlareWhite_GP25: CA_Magazine scope = 2; type = 16; displayName = "$STR_DN_FLAREWHITE_GP25"; - descriptionShort = "$str_dss_1rnd_flarewhite_gp25"; + descriptionShort = "$STR_DZ_MG_1RND_FLARE_WHITE_GP25_DESC"; picture = "\Ca\weapons_E\Data\icons\M_GP25_white_CA.paa"; model = "\z\addons\dayz_epoch_w\magazine\dze_gp_flare.p3d"; ammo = "F_40mm_White";