This commit is contained in:
aozhiwei 2023-03-24 20:38:12 +08:00
parent caa6e05106
commit a1730c94cb

View File

@ -497,6 +497,7 @@ void Skill::ProcSpecDirShotPhase(const mt::SkillPhase* phase)
if (meta->GetMagicId() == MAGIC_20301_XL) {
owner->TryAddBuff(owner, weapon_meta->_int_param1,
meta);
owner->room->frame_event.AddShot(owner->GetWeakPtrRef());
}
}
}