From c3c5b6ad012ca1e55b8a24f20bcea598ae57f551 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 19 Jul 2019 16:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=80=E8=83=BD=E4=B8=8D?= =?UTF-8?q?=E4=B8=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/human.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index c157846..2efc17d 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -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_); }