Fix(Core/Spells): Fix parry aura spells (#1694)
This commit is contained in:
@@ -4285,6 +4285,9 @@ void AuraEffect::HandleAuraModParryPercent(AuraApplication const* aurApp, uint8
|
||||
if (target->GetTypeId() != TYPEID_PLAYER)
|
||||
return;
|
||||
|
||||
if (!target->ToPlayer()->CanParry())
|
||||
target->ToPlayer()->SetCanParry(true);
|
||||
else
|
||||
target->ToPlayer()->UpdateParryPercentage();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user