This commit is contained in:
aozhiwei 2023-03-24 20:23:25 +08:00
parent c55d3500f2
commit d33019c376

View File

@ -493,6 +493,11 @@ void Skill::ProcSpecDirShotPhase(const mt::SkillPhase* phase)
0);
owner->SetAttackDir(old_attack_dir);
}
} else {
if (meta->GetMagicId() == MAGIC_20301_XL) {
owner->TryAddBuff(owner, weapon_meta->_int_param1,
meta);
}
}
}