mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fixing very old spelling mistake (#1906)
* Fixing very old spelling mistake Thanks @Daddelbandit * Update mission.sqm * Update mission.sqm * Update mission.sqm
This commit is contained in:
@@ -381,8 +381,8 @@ class Mission
|
|||||||
TRGDEF
|
TRGDEF
|
||||||
name="TraderCity1";
|
name="TraderCity1";
|
||||||
expCond="(player distance TraderCity1) < 100;";
|
expCond="(player distance TraderCity1) < 100;";
|
||||||
expActiv="[""trader city Pikla"",true,""enter""] call player_traderCity;";
|
expActiv="[""trader city Pikia"",true,""enter""] call player_traderCity;";
|
||||||
expDesactiv="[""trader city Pikla"",true,""leave""] call player_traderCity;";
|
expDesactiv="[""trader city Pikia"",true,""leave""] call player_traderCity;";
|
||||||
};
|
};
|
||||||
class Item1
|
class Item1
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -372,8 +372,8 @@ class Mission
|
|||||||
TRGDEF
|
TRGDEF
|
||||||
name="TraderCity1";
|
name="TraderCity1";
|
||||||
expCond="(player distance TraderCity1) < 100; ";
|
expCond="(player distance TraderCity1) < 100; ";
|
||||||
expActiv="[""trader city Pikla"",true,""enter""] call player_traderCity;";
|
expActiv="[""trader city Pikia"",true,""enter""] call player_traderCity;";
|
||||||
expDesactiv="[""trader city Pikla"",true,""leave""] call player_traderCity;";
|
expDesactiv="[""trader city Pikia"",true,""leave""] call player_traderCity;";
|
||||||
};
|
};
|
||||||
class Item1
|
class Item1
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user