From 309655a89bbfd23b2be3afe32fcf475871b97c86 Mon Sep 17 00:00:00 2001 From: githubmil Date: Tue, 26 Aug 2014 04:08:10 -0600 Subject: [PATCH] Update NeutralAssaultRifle.hpp Fixed typo making L85A2 Holo 90 gold to buy. --- .../CfgServerTrader/Category/NeutralAssaultRifle.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}; }; };