1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Minor tweak.

This commit is contained in:
DjWarmonger 2015-03-11 16:54:42 +01:00
parent 01390e0c2c
commit 3cc9705bfe

View File

@ -2263,7 +2263,7 @@ void CRmgTemplateZone::addAllPossibleObjects(CMapGenerator* gen)
for (auto cre : VLC->creh->creatures) for (auto cre : VLC->creh->creatures)
{ {
if (cre->faction == townType) if (!cre->special && cre->faction == townType)
{ {
creatures.push_back(cre); creatures.push_back(cre);
} }