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:
@ -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
|
||||
|
Reference in New Issue
Block a user