mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update sauerland.sqf
This commit is contained in:
@@ -55,4 +55,16 @@
|
|||||||
["Profiteer2",[223.627,22712.1,0],154],
|
["Profiteer2",[223.627,22712.1,0],154],
|
||||||
//Wholesaler
|
//Wholesaler
|
||||||
["Profiteer3",[2446.07,3899.76,0],262.573]
|
["Profiteer3",[2446.07,3899.76,0],262.573]
|
||||||
] call server_spawnTraders;
|
] call server_spawnTraders;
|
||||||
|
|
||||||
|
// Bankers
|
||||||
|
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
|
||||||
|
[
|
||||||
|
//Seedorf
|
||||||
|
["Functionary1_EP1_DZ",[15488.6,17014.2,0],172],
|
||||||
|
//Oberdorf
|
||||||
|
["Functionary1_EP1_DZ",[13160.8,6624.8,0],134],
|
||||||
|
//Oberberg
|
||||||
|
["Functionary1_EP1_DZ",[24738.5,21748.2,0],62]
|
||||||
|
] call server_spawnTraders;
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user