|
|
Basili wrote:The devs have said they will give us a release time closer to the date of release. I am sure they will give us a few days notice so that players can prepare - we still have one week to go!
|
|
Youfie wrote:Isn't there a countdown on the main page that answers your question ?
|
azamous wrote:Youfie wrote:Isn't there a countdown on the main page that answers your question ?
People have already said that this timer is incorrect.
|
<script type="text/javascript">
<!-- No, we have no release hour set now (really). This is a countdown to release DAY, not to release ! -->
$('#countdown').countdown('2015/02/28', function(event) {
$(this).html(event.strftime('%w weeks %d days<br /> %H:%M:%S<br /><small>before release day</small>'));
});
</script>
|