Core/Unit: Update Parry/Dodge/Diminishing caps for Monk/DH (#19354)

This commit is contained in:
DoctorKraft
2017-03-23 15:38:53 +01:00
committed by Shauren
parent 95e10ae82c
commit df56f33a79
+9 -6
View File
@@ -569,8 +569,9 @@ const float m_diminishing_k[MAX_CLASSES] =
0.9880f, // Shaman
0.9830f, // Mage
0.9830f, // Warlock
0.0f, // ??
0.9720f // Druid
0.9830f, // Monk
0.9720f, // Druid
0.9830f // Demon Hunter
};
void Player::UpdateParryPercentage()
@@ -586,8 +587,9 @@ void Player::UpdateParryPercentage()
145.560408f, // Shaman
0.0f, // Mage
0.0f, // Warlock
0.0f, // ??
0.0f // Druid
90.6425f, // Monk
0.0f, // Druid
65.631440f // Demon Hunter
};
// No parry
@@ -624,8 +626,9 @@ void Player::UpdateDodgePercentage()
145.560408f, // Shaman
150.375940f, // Mage
150.375940f, // Warlock
0.0f, // ??
116.890707f // Druid
145.560408f, // Monk
116.890707f, // Druid
145.560408f // Demon Hunter
};
float diminishing = 0.0f, nondiminishing = 0.0f;