From d2bf8b30ebbdd4e01b214e51f6661f534ff8cc37 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sun, 31 Jul 2016 20:32:53 -0400 Subject: [PATCH] Update config trader from 34f9f97 Forgot to update m16a2_dz (supports GL now). https://github.com/EpochModTeam/DayZ-Epoch/commit/34f9f97aa31c5f368379dc7856ea6610f3d8f3cc --- .../CfgServerTrader/Category/FriendlyAssaultRifle.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifle.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifle.hpp index d2ef88221..5d8fa72a6 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifle.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/FriendlyAssaultRifle.hpp @@ -19,16 +19,11 @@ class Category_485 { buy[] = {6,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"}; }; - class M16A2_DZ { // no attachment support + class M16A2_DZ { type = "trade_weapons"; buy[] = {2,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"}; }; - class M16A2_GL_DZ { // no attachment support - type = "trade_weapons"; - buy[] = {4,"ItemGoldBar"}; - sell[] = {2,"ItemGoldBar"}; - }; class M16A4_DZ { type = "trade_weapons"; buy[] = {4,"ItemGoldBar"};