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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)