1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

Fixed Death Stare of Commanders, additional tweaks.

This commit is contained in:
DjWarmonger
2013-03-30 20:09:50 +00:00
parent a9fe9e9e8b
commit c8bb363a45
8 changed files with 30 additions and 6 deletions

View File

@ -3842,9 +3842,11 @@ void CGArtifact::initObj()
}
if(ID == Obj::SPELL_SCROLL)
subID = 1;
assert(storedArtifact->artType);
assert(storedArtifact->getParentNodes().size());
//assert(storedArtifact->artType->id == subID); //this does not stop desync
}
void CGArtifact::onHeroVisit( const CGHeroInstance * h ) const