1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Moved generation of new rumors to server

This commit is contained in:
Ivan Savenko
2024-06-01 16:38:41 +00:00
parent 55bf75c43e
commit 5178e4842e
9 changed files with 100 additions and 59 deletions

View File

@@ -908,6 +908,9 @@ void CGameHandler::onNewTurn()
}
}
if (newWeek)
n.newRumor = gameState()->pickNewRumor();
if (newMonth)
{
SetAvailableArtifacts saa;