mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Fix blank remove attachment text M4, M240, L110
Some attachments were using incorrect string names.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Category_486 {
|
||||
class M249_EP1_DZ {
|
||||
class M249_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
@@ -21,7 +21,7 @@ class Category_486 {
|
||||
};
|
||||
};
|
||||
class Category_616 {
|
||||
class M249_EP1_DZ {
|
||||
class M249_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Category_603 {
|
||||
class M249_EP1_DZ {
|
||||
class M249_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
@@ -21,7 +21,7 @@ class Category_603 {
|
||||
};
|
||||
};
|
||||
class Category_638 {
|
||||
class M249_EP1_DZ {
|
||||
class M249_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz"};
|
||||
sell[] = {6,"ItemGoldBar"};
|
||||
|
||||
Reference in New Issue
Block a user