diff --git a/SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralAssaultRifle.hpp b/SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralAssaultRifle.hpp index edc52520e..3b63e7157 100644 --- a/SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralAssaultRifle.hpp +++ b/SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralAssaultRifle.hpp @@ -106,7 +106,7 @@ class Category_602 { }; class BAF_L85A2_RIS_Holo { type = "trade_weapons"; - buy[] = {9,"ItemGoldBar10oz"}; + buy[] = {9,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"}; }; }; @@ -218,7 +218,7 @@ class Category_637 { }; class BAF_L85A2_RIS_Holo { type = "trade_weapons"; - buy[] = {9,"ItemGoldBar10oz"}; + buy[] = {9,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"}; }; };