1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +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

@ -346,6 +346,8 @@ void CModHandler::reload()
VLC->dobjinfo->gobjs[Obj::ARTIFACT][art->id] = info;
}
}
VLC->arth->reverseMapArtifactConstituents();
}
{