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

@@ -48,8 +48,8 @@
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
//Raven Rock
["Functionary1_EP1_DZ",[1386.9,6941.33,0],93],
["Functionary1_EP1",[1386.9,6941.33,0],93],
//Raun
["Functionary1_EP1_DZ",[3946.33,886.11,0],261]
["Functionary1_EP1",[3946.33,886.11,0],261]
] call server_spawnTraders;
};