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

Several fixes to combined artifacts added via mods.

This commit is contained in:
DjWarmonger
2013-03-02 09:11:52 +00:00
parent 63cfb5de7e
commit 5f4fb22f53
4 changed files with 14 additions and 12 deletions

View File

@ -675,7 +675,7 @@ CArtifactInstance * CMapLoaderH3M::createArtifact(int aid, int spellID /*= -1*/)
a = CArtifactInstance::createScroll(SpellID(spellID).toSpell());
}
}
else
else //FIXME: create combined artifact instance for random combined artifacts, just in case
{
a = new CArtifactInstance();
}