This commit is contained in:
aozhiwei 2022-12-28 19:29:21 +08:00
parent e64246b0c8
commit 557d9cc102

View File

@ -128,7 +128,7 @@ void Buff::InternalTimerAddBuff()
return;
}
std::shared_ptr<SkillCasterState> caster_state = std::make_shared<SkillCasterState>();
auto caster_state = std::make_shared<SkillCasterState>();
caster_.Get()->FillSkillCasterState(caster_state.get());
const mt::Skill* skill = caster_.Get()->CurrentSkill() ? caster_.Get()->CurrentSkill()->meta : nullptr;