From 24d059f0c9b547eb2b83710ca1f76f6dc174f275 Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Tue, 24 Oct 2017 09:22:39 -0500 Subject: [PATCH] malden underwater shipwrecks --- .../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 f0670fbb..3f7ea3db 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp @@ -802,7 +802,8 @@ class CfgWorldInteractions { class Pipes_large_F_p3d : Wrecks {}; class Pipes_small_F_p3d : Wrecks {}; class garbagebarrel_01_english_f_p3d : Trash {}; - class uwrech_fishingboat_f_p3d : Wrecks {}; + class uwreck_fishingboat_f_p3d : Wrecks {}; + class wreck_traw_f_p3d : Wrecks {}; // ore classes class MineralDepositCopper_EPOCH : Ore {}; class MineralDepositGold_EPOCH : Ore {};