From c4f9b7b23160cc79a935af5260c655b57c7a694c Mon Sep 17 00:00:00 2001 From: He-Man Date: Wed, 17 Jul 2019 22:30:03 +0200 Subject: [PATCH] Livonia Water Source --- .../epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp index 91705230..e6a9352a 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient/WorldInteractions.hpp @@ -852,4 +852,5 @@ class CfgWorldInteractions { class b_prunusW_p3d : Bushes {}; class garbagebin_03_f_p3d : TrashSmall {}; class concretewell_02_f_p3d : Water {}; + class Land_ConcreteWell_02_F : Water {}; };