mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +03:00
Remove Hatchet_DZE
The two items are 100% identical now. There is no need to have a separate class for it anymore.
This commit is contained in:
@@ -34,7 +34,7 @@ class Category_679 {
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemHatchet_DZE {
|
||||
class ItemHatchet {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
@@ -121,7 +121,7 @@ class Category_681 {
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemHatchet_DZE {
|
||||
class ItemHatchet {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
@@ -208,7 +208,7 @@ class Category_532 {
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemHatchet_DZE {
|
||||
class ItemHatchet {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
|
||||
@@ -34,7 +34,7 @@ class Category_663 {
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemHatchet_DZE {
|
||||
class ItemHatchet {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
@@ -121,7 +121,7 @@ class Category_510 {
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ItemHatchet_DZE {
|
||||
class ItemHatchet {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
|
||||
Reference in New Issue
Block a user