diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralWholesale.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralWholesale.hpp index e7734c14c..fd6b787df 100644 --- a/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralWholesale.hpp +++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/NeutralWholesale.hpp @@ -1,43 +1,43 @@ class Category_675 { - class bulk_15Rnd_9x19_M9SD { - type = "trade_items"; - buy[] = {2,"ItemGoldBar"}; - sell[] = {2,"ItemGoldBar"}; - }; class bulk_17Rnd_9x19_glock17 { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; - sell[] = {2,"ItemGoldBar"}; + sell[] = {1,"ItemGoldBar"}; }; - class bulk_30Rnd_556x45_StanagSD { + class bulk_15Rnd_9x19_M9SD { type = "trade_items"; buy[] = {2,"ItemGoldBar"}; - sell[] = {2,"ItemGoldBar"}; + sell[] = {1,"ItemGoldBar"}; }; class bulk_30Rnd_9x19_MP5SD { type = "trade_items"; - buy[] = {2,"ItemGoldBar"}; - sell[] = {2,"ItemGoldBar"}; + buy[] = {3,"ItemGoldBar"}; + sell[] = {3,"ItemGoldBar"}; + }; + class bulk_30Rnd_556x45_StanagSD { + type = "trade_items"; + buy[] = {4,"ItemGoldBar"}; + sell[] = {4,"ItemGoldBar"}; }; class bulk_ItemSandbag { type = "trade_items"; - buy[] = {2,"ItemGoldBar10oz"}; - sell[] = {2,"ItemGoldBar10oz"}; + buy[] = {3,"ItemGoldBar10oz"}; + sell[] = {3,"ItemGoldBar10oz"}; }; class bulk_ItemTankTrap { type = "trade_items"; - buy[] = {1,"ItemGoldBar"}; - sell[] = {1,"ItemGoldBar"}; + buy[] = {2,"ItemGoldBar"}; + sell[] = {2,"ItemGoldBar"}; }; class bulk_ItemWire { type = "trade_items"; - buy[] = {3,"ItemSilverBar10oz"}; - sell[] = {3,"ItemSilverBar10oz"}; + buy[] = {5,"ItemSilverBar10oz"}; + sell[] = {5,"ItemSilverBar10oz"}; }; class bulk_PartGeneric { type = "trade_items"; - buy[] = {6,"ItemSilverBar10oz"}; - sell[] = {6,"ItemSilverBar10oz"}; + buy[] = {8,"ItemGoldBar"}; + sell[] = {8,"ItemGoldBar"}; }; class PartPlywoodPack { type = "trade_items";