warning fix

This commit is contained in:
Ovahlord
2022-09-03 10:05:17 +02:00
parent 082121cb38
commit f75fdfef6f

View File

@@ -7652,8 +7652,6 @@ void Player::_ApplyWeaponDamage(uint8 slot, ItemTemplate const* proto, bool appl
return;
ScalingStatValuesEntry const* ssv = GetScalingStatValuesFor(*proto);
float damage = 0.0f;
float minDamage, maxDamage, dps;
proto->GetWeaponDamage(this, minDamage, maxDamage, dps);