From 37516f2df2fac030ace4abfdfe52acb447201f68 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Wed, 12 Feb 2014 14:33:15 -0600 Subject: [PATCH] 100Rnd_556x45 invalid should have been 100Rnd_556x45_M249 --- SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp | 2 +- SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp index fb6b836b6..3d2d54621 100644 --- a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp @@ -542,7 +542,7 @@ class CfgLootSmall { { "100Rnd_556x45_BetaCMag", "75Rnd_545x39_RPK", - "100Rnd_556x45", + "100Rnd_556x45_M249", "100Rnd_762x51_M240", "100Rnd_762x54_PK", "200Rnd_556x45_M249", diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp index 4a2d151ea..3631778d1 100644 --- a/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp @@ -1026,7 +1026,7 @@ class CfgLoot { { "100Rnd_556x45_BetaCMag", "75Rnd_545x39_RPK", - "100Rnd_556x45", + "100Rnd_556x45_M249", "100Rnd_762x51_M240", "100Rnd_762x54_PK", "200Rnd_556x45_M249" @@ -1044,7 +1044,7 @@ class CfgLoot { { "100Rnd_556x45_BetaCMag", "75Rnd_545x39_RPK", - "100Rnd_556x45", + "100Rnd_556x45_M249", "100Rnd_762x51_M240", "100Rnd_762x54_PK", "200Rnd_556x45_M249",