mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Adding missing CompactPack to traders (#1894)
This commit is contained in:
@@ -29,6 +29,11 @@ class Category_538 {
|
||||
buy[] = {8,"ItemSilverBar10oz"};
|
||||
sell[] = {4,"ItemSilverBar10oz"};
|
||||
};
|
||||
class DZ_CompactPack_EP1 {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class DZ_British_ACU {
|
||||
type = "trade_backpacks";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
|
||||
Reference in New Issue
Block a user