This commit is contained in:
aozhiwei 2024-01-04 13:12:39 +08:00
parent aee24f2efb
commit a18f0a45aa

View File

@ -201,6 +201,9 @@ private:
atk_ = (hero_meta->GetBasicMeta()->vOrigAttack() * (1 + pAttack / hero_meta->GetBasicMeta()->pBaseAttack()) + vAttackAm) *
(1 + vAttackRateSe) * (1 + vAttackRateIn);
}
{
}
#else
hp_ = hero_meta->hp();
atk_ = hero_meta->damage();