1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

checks on server

This commit is contained in:
Laserlicht
2024-09-28 01:18:10 +02:00
parent 5b2aa4dc71
commit 7707adc44f
5 changed files with 29 additions and 2 deletions

View File

@@ -268,7 +268,8 @@ CGTownInstance::CGTownInstance(IGameCallback *cb):
built(0),
destroyed(0),
identifier(0),
alignmentToPlayer(PlayerColor::NEUTRAL)
alignmentToPlayer(PlayerColor::NEUTRAL),
lastSpellResearchDay(0)
{
this->setNodeType(CBonusSystemNode::TOWN);
}