mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Removal space lel (#1740)
This commit is contained in:
@@ -98,7 +98,6 @@ float StatsWeightCalculator::CalculateItem(uint32 itemId, int32 randomPropertyId
|
|||||||
// Else - Blend with item quality and level for normal items
|
// Else - Blend with item quality and level for normal items
|
||||||
if (proto->Quality == ITEM_QUALITY_HEIRLOOM)
|
if (proto->Quality == ITEM_QUALITY_HEIRLOOM)
|
||||||
weight_ *= PlayerbotFactory::CalcMixedGearScore(lvl, ITEM_QUALITY_EPIC);
|
weight_ *= PlayerbotFactory::CalcMixedGearScore(lvl, ITEM_QUALITY_EPIC);
|
||||||
|
|
||||||
else
|
else
|
||||||
weight_ *= PlayerbotFactory::CalcMixedGearScore(proto->ItemLevel, proto->Quality);
|
weight_ *= PlayerbotFactory::CalcMixedGearScore(proto->ItemLevel, proto->Quality);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user