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

@@ -61,10 +61,10 @@
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
//Seedorf
["Functionary1_EP1_DZ",[15488.6,17014.2,0],172],
["Functionary1_EP1",[15488.6,17014.2,0],172],
//Oberdorf
["Functionary1_EP1_DZ",[13160.8,6624.8,0],134],
["Functionary1_EP1",[13160.8,6624.8,0],134],
//Oberberg
["Functionary1_EP1_DZ",[24738.5,21748.2,0],62]
["Functionary1_EP1",[24738.5,21748.2,0],62]
] call server_spawnTraders;
};