Update StatsWeightCalculator.cpp (#1744)

This commit is contained in:
Alex Dcnh
2025-10-20 12:17:59 +01:00
committed by GitHub
parent f874d2c79e
commit 2c5185a7cb

View File

@@ -103,7 +103,8 @@ float StatsWeightCalculator::CalculateItem(uint32 itemId, int32 randomPropertyId
return weight_;
}
// If quality/level blending is disabled, also return the calculated weight.
return weight_;
}
float StatsWeightCalculator::CalculateEnchant(uint32 enchantId)