This commit is contained in:
aozhiwei 2021-04-02 16:08:24 +08:00
parent d990234c4b
commit 7efc9e6d2c

View File

@ -169,6 +169,7 @@ void FrameEvent::AddPlaySkill(CreatureWeakPtr& sender, int skill_id)
auto& tuple = a8::FastAppend(play_skills_);
std::get<0>(tuple).Attach(sender.Get());
auto& p = std::get<1>(tuple);
p.set_obj_uniid(sender.Get()->GetEntityUniId());
p.set_skill_id(skill_id);
}
{