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

@@ -47,8 +47,8 @@
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
//Jesco
["Functionary1_EP1_DZ",[9662.23,10879.8,0],0],
["Functionary1_EP1",[9662.23,10879.8,0],0],
//Berezniki
["Functionary1_EP1_DZ",[7979.71,10577.8,0.1],292]
["Functionary1_EP1",[7979.71,10577.8,0.1],292]
] call server_spawnTraders;
};