Update to the correct banker model

This commit is contained in:
AirwavesMan
2020-11-15 09:56:48 +01:00
parent 0dc00d9740
commit e1d802ae12
14 changed files with 44 additions and 44 deletions

View File

@@ -62,9 +62,9 @@
// Bankers
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
["Functionary1_EP1_DZ",[3020.2061,5945.2783,0.23],0],
["Functionary1_EP1_DZ",[4140.2051,1505.2682,2.3],55],
["Functionary1_EP1_DZ",[7519.0171,2949.8694,6.2],-177],
["Functionary1_EP1_DZ",[4239.9063,4841.8989,3.8],94]
["Functionary1_EP1",[3020.2061,5945.2783,0.23],0],
["Functionary1_EP1",[4140.2051,1505.2682,2.3],55],
["Functionary1_EP1",[7519.0171,2949.8694,6.2],-177],
["Functionary1_EP1",[4239.9063,4841.8989,3.8],94]
] call server_spawnTraders;
};