This commit is contained in:
aozhiwei 2024-01-05 15:44:53 +08:00
parent ed80cb3fe8
commit 9c0dbdae6c

View File

@ -50,7 +50,7 @@ void CallFuncBuff::Activate()
hold_param2_ = meta->GetBuffParam2(this);
if (GetCaster().Get()) {
float dmg = hold_param2_;
dmg = owner->GetNetData()->CalcReceiveDmg(GetCaster().Get(), dmg);
dmg = owner->GetNetData()->CalcSkillReceiveDmg(GetCaster().Get(), dmg);
float dmg_out = 0.0f;
owner->DecHP(dmg,
GetCaster().Get()->GetUniId(),