mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Epoch Tavi Spawn Fix from URo1
incorrect naming of spawn markers.
This commit is contained in:
@@ -1197,55 +1197,55 @@ class Mission
|
|||||||
class Item3
|
class Item3
|
||||||
{
|
{
|
||||||
position[]={9093.4707,33.920578,2614.3794};
|
position[]={9093.4707,33.920578,2614.3794};
|
||||||
name="spawn2";
|
name="spawn1";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item4
|
class Item4
|
||||||
{
|
{
|
||||||
position[]={15954.211,19.612961,15847.49};
|
position[]={15954.211,19.612961,15847.49};
|
||||||
name="spawn3";
|
name="spawn2";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item5
|
class Item5
|
||||||
{
|
{
|
||||||
position[]={13560.766,32.488033,19300.455};
|
position[]={13560.766,32.488033,19300.455};
|
||||||
name="spawn4";
|
name="spawn3";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item6
|
class Item6
|
||||||
{
|
{
|
||||||
position[]={17743.729,255.98103,10299.182};
|
position[]={17743.729,255.98103,10299.182};
|
||||||
name="spawn5";
|
name="spawn4";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item7
|
class Item7
|
||||||
{
|
{
|
||||||
position[]={15245.996,56.273598,17424.979};
|
position[]={15245.996,56.273598,17424.979};
|
||||||
name="spawn6";
|
name="spawn5";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item8
|
class Item8
|
||||||
{
|
{
|
||||||
position[]={16674.049,52.588493,13930.056};
|
position[]={16674.049,52.588493,13930.056};
|
||||||
name="spawn7";
|
name="spawn6";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item9
|
class Item9
|
||||||
{
|
{
|
||||||
position[]={11361.38,24.342115,6684.8628};
|
position[]={11361.38,24.342115,6684.8628};
|
||||||
name="spawn8";
|
name="spawn7";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item10
|
class Item10
|
||||||
{
|
{
|
||||||
position[]={12268.094,77.620689,9762.8389};
|
position[]={12268.094,77.620689,9762.8389};
|
||||||
name="spawn9";
|
name="spawn8";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item11
|
class Item11
|
||||||
{
|
{
|
||||||
position[]={18292.107,70.055626,7537.231};
|
position[]={18292.107,70.055626,7537.231};
|
||||||
name="spawn10";
|
name="spawn9";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
};
|
};
|
||||||
class Item12
|
class Item12
|
||||||
|
|||||||
Reference in New Issue
Block a user