Adjusted starting date of hardcore mission

:freezingface:
This commit is contained in:
SumrakDZN 2020-11-27 19:14:47 +01:00
parent c1acdc8c98
commit 122393b8ff

View File

@ -39,7 +39,7 @@ void main()
int year, month, day, hour, minute;
GetGame().GetWorld().GetDate( year, month, day, hour, minute );
if ( ( month < 11 ) || ( month >= 12 ) )
if ( month < 12 )
{
year = 2011;
month = 11;