diff --git a/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf b/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf index 04f42dea..cac5bf81 100644 --- a/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf +++ b/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf @@ -247,7 +247,7 @@ if (_slot != -1) then { if ((count _tmpposition) == 2) then { _tmpposition set [2, 0]; if (surfaceIsWater _tmpposition) then { - _tmpposition = ATLtoASL _tmpposition; + _tmpposition = ASLtoATL _tmpposition; }; _position = _tmpposition; }