1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Missing ;

This commit is contained in:
George King
2025-05-30 14:33:26 +02:00
committed by GitHub
parent afc52b2b76
commit 0314e10225

View File

@@ -262,7 +262,7 @@ void CGDwelling::onHeroVisit(IGameEventCallback & gameEvents, const CGHeroInstan
"vcmi.adventureMap.dwelling2",
"vcmi.adventureMap.dwelling3",
"core.advevent.36"
}
};
bd.text.appendTextID(dwellingVisitTextID[count]);
bd.text.replaceTextID(getObjectHandler()->getNameTextID());
for(const auto & elem : creatures)