mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Minor tweak.
This commit is contained in:
@@ -2263,7 +2263,7 @@ void CRmgTemplateZone::addAllPossibleObjects(CMapGenerator* gen)
|
||||
|
||||
for (auto cre : VLC->creh->creatures)
|
||||
{
|
||||
if (cre->faction == townType)
|
||||
if (!cre->special && cre->faction == townType)
|
||||
{
|
||||
creatures.push_back(cre);
|
||||
}
|
||||
|
Reference in New Issue
Block a user