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:
@@ -908,6 +908,9 @@ void CGameHandler::onNewTurn()
|
||||
}
|
||||
}
|
||||
|
||||
if (newWeek)
|
||||
n.newRumor = gameState()->pickNewRumor();
|
||||
|
||||
if (newMonth)
|
||||
{
|
||||
SetAvailableArtifacts saa;
|
||||
|
||||
Reference in New Issue
Block a user