mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Update config trader from 34f9f97
Forgot to update m16a2_dz (supports GL now).
34f9f97aa3
This commit is contained in:
@@ -19,16 +19,11 @@ class Category_485 {
|
|||||||
buy[] = {6,"ItemGoldBar"};
|
buy[] = {6,"ItemGoldBar"};
|
||||||
sell[] = {3,"ItemGoldBar"};
|
sell[] = {3,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class M16A2_DZ { // no attachment support
|
class M16A2_DZ {
|
||||||
type = "trade_weapons";
|
type = "trade_weapons";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {1,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class M16A2_GL_DZ { // no attachment support
|
|
||||||
type = "trade_weapons";
|
|
||||||
buy[] = {4,"ItemGoldBar"};
|
|
||||||
sell[] = {2,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class M16A4_DZ {
|
class M16A4_DZ {
|
||||||
type = "trade_weapons";
|
type = "trade_weapons";
|
||||||
buy[] = {4,"ItemGoldBar"};
|
buy[] = {4,"ItemGoldBar"};
|
||||||
|
|||||||
Reference in New Issue
Block a user