1
This commit is contained in:
parent
ed80cb3fe8
commit
9c0dbdae6c
@ -50,7 +50,7 @@ void CallFuncBuff::Activate()
|
|||||||
hold_param2_ = meta->GetBuffParam2(this);
|
hold_param2_ = meta->GetBuffParam2(this);
|
||||||
if (GetCaster().Get()) {
|
if (GetCaster().Get()) {
|
||||||
float dmg = hold_param2_;
|
float dmg = hold_param2_;
|
||||||
dmg = owner->GetNetData()->CalcReceiveDmg(GetCaster().Get(), dmg);
|
dmg = owner->GetNetData()->CalcSkillReceiveDmg(GetCaster().Get(), dmg);
|
||||||
float dmg_out = 0.0f;
|
float dmg_out = 0.0f;
|
||||||
owner->DecHP(dmg,
|
owner->DecHP(dmg,
|
||||||
GetCaster().Get()->GetUniId(),
|
GetCaster().Get()->GetUniId(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user