From 04e922d544d53eae4e7b6885e95f71f499802d5e Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Tue, 24 Oct 2017 09:11:13 -0500 Subject: [PATCH] correct inherit and malden wreck --- .../epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp index d27f157b..f0670fbb 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp @@ -801,7 +801,8 @@ class CfgWorldInteractions { class Land_Pipes_small_F : Wrecks {}; class Pipes_large_F_p3d : Wrecks {}; class Pipes_small_F_p3d : Wrecks {}; - class garbagebarrel_01_english_f_p3d : {}; + class garbagebarrel_01_english_f_p3d : Trash {}; + class uwrech_fishingboat_f_p3d : Wrecks {}; // ore classes class MineralDepositCopper_EPOCH : Ore {}; class MineralDepositGold_EPOCH : Ore {};