修复技能不中问题

This commit is contained in:
aozhiwei 2019-07-19 16:21:42 +08:00
parent 56c2925865
commit c3c5b6ad01

View File

@ -1923,7 +1923,8 @@ void Human::ProcSkillPhase(MetaData::SkillPhase* phase)
a8::XParams() a8::XParams()
.SetSender(this) .SetSender(this)
.SetParam1(phase->param1.GetInt()) .SetParam1(phase->param1.GetInt())
.SetParam2(skill_target_id), .SetParam2(skill_target_id)
.SetParam3(a8::MakeInt64(pos.x, pos.y)),
Bullet::ProcMissible, Bullet::ProcMissible,
&xtimer_attacher.timer_list_); &xtimer_attacher.timer_list_);
} }