diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo index 8aca1d44..50524969 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo differ diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index abb2bf0d..4dc9df9e 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -244,7 +244,9 @@ class CfgPricing class Hatchet {price = 25;}; class MultiGun {price = 100;}; class MeleeSledge {price = 50;}; - + class MeleeSword { price = 1111; }; + class MeleeRod { price = 100; }; + class CrudeHatchet { price = 5; }; class MeleeMaul { price = 10; }; class WoodClub { price = 5; };