This commit is contained in:
aozhiwei 2022-08-16 10:32:47 +08:00
parent 6476ec80cc
commit 8bf10b40dc

View File

@ -1103,7 +1103,7 @@ void Creature::ProcSkillPhase(MetaData::SkillPhase* phase)
a8::Vec2 old_dir = GetMoveDir();
a8::Vec2 old_pos = GetPos();
if (CurrentSkill()->GetMinorType() == SMT_NONE) {
int buff_id = phase->param2.GetInt();
int buff_id = phase->param3.GetInt();
TryAddBuff(this, buff_id);
_UpdateMove(phase->param1.GetInt());
a8::Vec2 pre_dir = old_dir;