|
|
|
@ -1139,10 +1139,8 @@ void CDBCtrlSheet::infoReceived()
|
|
|
|
|
const CSBrickSheet *brick = pBM->getBrick(itemInfo->Enchantment.Bricks[i]);
|
|
|
|
|
if (brick)
|
|
|
|
|
{
|
|
|
|
|
if (!brick->isRoot() && !brick->isCredit() && !brick->isParameter())
|
|
|
|
|
if (brick->BrickFamily == BRICK_FAMILIES::BSGMCB) // Boost of Allegories, use it as boost icon
|
|
|
|
|
{
|
|
|
|
|
if (!haveRoot)
|
|
|
|
|
_BoostIcons.push_back(SBuffIcon(rVR.getTextureIdFromName(brick->getIcon()), brick->IconColor));
|
|
|
|
|
rVR.getTextureSizeFromId(_BoostIcons.back().TextureId, _BoostIcons.back().IconW, _BoostIcons.back().IconH);
|
|
|
|
|
}
|
|
|
|
|