Compare commits

...

1 Commits

Author SHA1 Message Date
bash
b7f4b4f61f Removal space lel 2025-10-18 22:32:19 +02:00

View File

@@ -98,7 +98,6 @@ float StatsWeightCalculator::CalculateItem(uint32 itemId, int32 randomPropertyId
// Else - Blend with item quality and level for normal items
if (proto->Quality == ITEM_QUALITY_HEIRLOOM)
weight_ *= PlayerbotFactory::CalcMixedGearScore(lvl, ITEM_QUALITY_EPIC);
else
weight_ *= PlayerbotFactory::CalcMixedGearScore(proto->ItemLevel, proto->Quality);