Wired in the encounters triggering and saving
This commit is contained in:
@@ -44,6 +44,7 @@ namespace Nox.Game {
|
||||
|
||||
if(localTime >= adventureSettings.dayLength) {
|
||||
localTime -= adventureSettings.dayLength;
|
||||
adventureData.currentDay++;
|
||||
}
|
||||
|
||||
var normalized = localTime / adventureSettings.dayLength;
|
||||
|
||||
Reference in New Issue
Block a user