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

@@ -31,10 +31,10 @@
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
//Sebjan
["Functionary1_EP1_DZ",[6215.8,9177.55,0],133],
["Functionary1_EP1",[6215.8,9177.55,0],133],
//Hero
["Functionary1_EP1_DZ",[8888.08,10759.4,0],114],
["Functionary1_EP1",[8888.08,10759.4,0],114],
//Bandit
["Functionary1_EP1_DZ",[7268.28,5810.53,0],82]
["Functionary1_EP1",[7268.28,5810.53,0],82]
] call server_spawnTraders;
};