修复技能不中问题
This commit is contained in:
parent
56c2925865
commit
c3c5b6ad01
@ -1923,7 +1923,8 @@ void Human::ProcSkillPhase(MetaData::SkillPhase* phase)
|
||||
a8::XParams()
|
||||
.SetSender(this)
|
||||
.SetParam1(phase->param1.GetInt())
|
||||
.SetParam2(skill_target_id),
|
||||
.SetParam2(skill_target_id)
|
||||
.SetParam3(a8::MakeInt64(pos.x, pos.y)),
|
||||
Bullet::ProcMissible,
|
||||
&xtimer_attacher.timer_list_);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user