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",