diff --git a/SQF/dayz_code/system/mission/chernarus/antiwallhack.sqf b/SQF/dayz_code/system/mission/chernarus/antiwallhack.sqf index c013f3938..0773da464 100644 --- a/SQF/dayz_code/system/mission/chernarus/antiwallhack.sqf +++ b/SQF/dayz_code/system/mission/chernarus/antiwallhack.sqf @@ -107,7 +107,7 @@ ["Land_CncBlock_D",[6531.38,2806.65,0.42868],219.394], ["Land_CncBlock_D",[6808.46,2454.72,0.427643],45.4698], ["Land_CncBlock_D",[6808.96,2457.13,0.427613],135.47], - ["Land_CncBlock_D",[6811.62,2457.67,0.427193],225.47] + ["Land_CncBlock_D",[6811.62,2457.67,0.427193],225.47], /*["Misc_TyreHeap",[2855.6,9763.91,0.392761],358.517], ["SKODAWreck",[2851.39,9748.99,0.698425],143.517], ["SKODAWreck",[2849.1,9748.52,0.744751],143.517], @@ -152,5 +152,7 @@ ["SKODAWreck",[11340.8,6655.04,0.334831],225.033], ["LADAWreck",[11325,6637.85,0.234833],160.033], ["Misc_TyreHeap",[11308.6,6640.9,0.0248337],170.033], - ["Fort_Barricade_EP1",[11459.571,7390.7227,-0.040615425],225.14645]*/ //Wrecks are removable on Epoch and not synced across network if local spawned -],false,true,true] call fnc_spawnObjects; + ["Fort_Barricade_EP1",[11459.571,7390.7227,-0.040615425],225.14645],*/ //Wrecks are removable on Epoch and not synced across network if local spawned + ["Land_CncBlock_D",[6382.5,2794,6],218], + ["Land_CncBlock_D",[6382.5,2794,4.7],218] +],true,true,true] call fnc_spawnObjects; diff --git a/SQF/dayz_code/system/mission/chernarus/infectiousWaterholes/init.sqf b/SQF/dayz_code/system/mission/chernarus/infectiousWaterholes/init.sqf index 8c392d513..245816c88 100644 --- a/SQF/dayz_code/system/mission/chernarus/infectiousWaterholes/init.sqf +++ b/SQF/dayz_code/system/mission/chernarus/infectiousWaterholes/init.sqf @@ -4,7 +4,6 @@ private ["_WaterHoleArray","_ShuffleArray"]; _WaterHoleArray = [ "BlackLake", "Gvozdno", - "Gvozdno", "Kabanino", "Kopyto", "Mogilevka",