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

@@ -63,10 +63,10 @@
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
//Stary
["Functionary1_EP1_DZ",[6324.71,7787,0],64],
["Functionary1_EP1",[6324.71,7787,0],64],
//Bash
["Functionary1_EP1_DZ",[4057.35,11662.7,0],47],
["Functionary1_EP1",[4057.35,11662.7,0],47],
//Klen
["Functionary1_EP1_DZ",[11461,11348.6,0],312]
["Functionary1_EP1",[11461,11348.6,0],312]
] call server_spawnTraders;
};