mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Development build 0.91b.
Removed not necessary log.
This commit is contained in:
@@ -596,7 +596,7 @@ ArtifactID CArtHandler::getArtSync (ui32 rand, int flags, bool erasePicked)
|
|||||||
std::fill_n (out.begin(), 64, artifacts[2]); //Give Grail - this can't be banned (hopefully)
|
std::fill_n (out.begin(), 64, artifacts[2]); //Give Grail - this can't be banned (hopefully)
|
||||||
}
|
}
|
||||||
|
|
||||||
tlog0 << "Treasure count: " << treasures.size() << std::endl;
|
//tlog0 << "Treasure count: " << treasures.size() << std::endl;
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<ConstTransitivePtr<CArtifact> > out;
|
std::vector<ConstTransitivePtr<CArtifact> > out;
|
||||||
|
Reference in New Issue
Block a user