This commit is contained in:
aozhiwei 2023-01-02 13:49:54 +08:00
parent c157852e42
commit fc2b19827b

View File

@ -1001,7 +1001,7 @@ void Skill::ProcShotPhase(const mt::SkillPhase* phase)
Position old_context_pos = owner->context_pos;
owner->context_pos = new_context_pos;
owner->TryAddBuff(owner, weapon_meta->_int_param1,
owner->CurrentSkill() ? owner->CurrentSkill()->meta : nullptr);
meta);
owner->context_pos = old_context_pos;
}
},