mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Fix DMR and M24 ammo price
This commit is contained in:
@@ -26,8 +26,8 @@ class Category_577 {
|
||||
};
|
||||
class 20Rnd_762x51_DMR {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class 5Rnd_86x70_L115A1 {
|
||||
type = "trade_items";
|
||||
|
||||
@@ -6,13 +6,13 @@ class Category_624 {
|
||||
};
|
||||
class 5Rnd_762x51_M24 {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar10oz"};
|
||||
sell[] = {5,"ItemSilverBar"};
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 20Rnd_762x51_DMR {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class 10Rnd_762x54_SVD {
|
||||
type = "trade_items";
|
||||
|
||||
Reference in New Issue
Block a user