From 7d1534fb314d3035f96e10d8205bdea50103ad25 Mon Sep 17 00:00:00 2001 From: Nuno Date: Mon, 17 May 2021 21:13:33 +0200 Subject: [PATCH] Fix bad commit --- code/ryzom/client/src/interface_v3/dbctrl_sheet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/ryzom/client/src/interface_v3/dbctrl_sheet.cpp b/code/ryzom/client/src/interface_v3/dbctrl_sheet.cpp index 99e7eff73..053ba4c67 100644 --- a/code/ryzom/client/src/interface_v3/dbctrl_sheet.cpp +++ b/code/ryzom/client/src/interface_v3/dbctrl_sheet.cpp @@ -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); }