From fd9c2fa00d99903c9b2b6954c2f4baae278826a2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 4 Mar 2020 15:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=8A=80=E8=83=BD=E6=98=AF?= =?UTF-8?q?=E6=89=93=E6=96=AD=E6=8D=A2=E5=AD=90=E5=BC=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/human.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index f6ad548..7519503 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1038,6 +1038,9 @@ bool Human::CanUseSkill() void Human::DoSkill() { + if (action_type == AT_Relive) { + CancelAction(); + } if (CanUseSkill()) { use_skill = false; curr_skill_phase = 0;