update versions to 1.0.5

This commit is contained in:
[VB]AWOL
2014-05-07 12:22:47 -05:00
parent 638f65f56c
commit de146327fe
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ class CfgPatches {
units[] = {}; units[] = {};
weapons[] = {}; weapons[] = {};
requiredVersion = 0.1; requiredVersion = 0.1;
dayzVersion = "1.0.4.2"; dayzVersion = "1.0.5";
requiredAddons[] = {}; requiredAddons[] = {};
}; };
}; };

File diff suppressed because one or more lines are too long

View File

@@ -1373,7 +1373,7 @@ class FSM
priority = 2.000000; priority = 2.000000;
to="ERROR__No_Player_1"; to="ERROR__No_Player_1";
precondition = /*%FSM<CONDPRECONDITION""">*/""/*%FSM</CONDPRECONDITION""">*/; precondition = /*%FSM<CONDPRECONDITION""">*/""/*%FSM</CONDPRECONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"(_myEpochAnim != ""1.0.4.2"") || (_myEpoch != ""1.0.4.2"") || (_myEpochB != ""1.0.5"") || (_myEpochSfx != ""1.0.4.2"") || (_myEpochDayZ != ""1.0.4.2"")"/*%FSM</CONDITION""">*/; condition=/*%FSM<CONDITION""">*/"(_myEpochAnim != ""1.0.5"") || (_myEpoch != ""1.0.5"") || (_myEpochB != ""1.0.5"") || (_myEpochSfx != ""1.0.5"") || (_myEpochDayZ != ""1.0.5"")"/*%FSM</CONDITION""">*/;
action=/*%FSM<ACTION""">*/""/*%FSM</ACTION""">*/; action=/*%FSM<ACTION""">*/""/*%FSM</ACTION""">*/;
}; };
/*%FSM</LINK>*/ /*%FSM</LINK>*/

View File

@@ -1,5 +1,5 @@
/* /*
DayZ Epoch 1.0.4.2 DayZ Epoch 1.0.5
*/ */
SET FOREIGN_KEY_CHECKS=0; SET FOREIGN_KEY_CHECKS=0;