mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update caribou.sqf
This commit is contained in:
@@ -42,4 +42,14 @@
|
||||
["Profiteer2",[1198.43,1902.09,0],68.656],
|
||||
//Wholesaler
|
||||
["Profiteer3",[4802.38,7338.27,0],175.745]
|
||||
] call server_spawnTraders;
|
||||
] call server_spawnTraders;
|
||||
|
||||
// Bankers
|
||||
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
|
||||
[
|
||||
//Raven Rock
|
||||
["Functionary1_EP1_DZ",[1386.9,6941.33,0],93],
|
||||
//Raun
|
||||
["Functionary1_EP1_DZ",[3946.33,886.11,0],261]
|
||||
] call server_spawnTraders;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user