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,8 +62,8 @@
// Bankers
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
["Functionary1_EP1_DZ",[4770.4067,7482.2651,-1.7],0],
["Functionary1_EP1_DZ",[4431.1997,1616.5604,1.9],-85],
["Functionary1_EP1_DZ",[8252.4922,15494.612,0.22],93]
["Functionary1_EP1",[4770.4067,7482.2651,-1.7],0],
["Functionary1_EP1",[4431.1997,1616.5604,1.9],-85],
["Functionary1_EP1",[8252.4922,15494.612,0.22],93]
] call server_spawnTraders;
};