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

@@ -51,8 +51,8 @@
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
//Lissabon
["Functionary1_EP1_DZ",[4349.68,6725.49,0],179],
["Functionary1_EP1",[4349.68,6725.49,0],179],
//Riad
["Functionary1_EP1_DZ",[5883.27,3548.17,0],225]
["Functionary1_EP1",[5883.27,3548.17,0],225]
] call server_spawnTraders;
};