This commit is contained in:
aozhiwei 2022-10-11 20:57:45 +08:00
parent 2ff8cf4908
commit 6e3291c076

View File

@ -982,7 +982,7 @@ void Creature::ProcSkillPhase(MetaData::SkillPhase* phase)
int buff_id = phase->param3.GetInt();
TryAddBuff(this, buff_id);
#ifdef DEBUG
a8::XPrintf("old_pos:%f,%f", {GetPos().x, GetPos().y});
a8::XPrintf("old_pos:%f,%f\n", {GetPos().x, GetPos().y});
#endif
#if 1
_UpdateMove(SkillHelper::GetSjydhxForthDistance(CurrentSkill()->meta));
@ -1001,7 +1001,7 @@ void Creature::ProcSkillPhase(MetaData::SkillPhase* phase)
(
SMT_BLINK,
#if 1
SkillHelper::GetSjydhxForthDistance(CurrentSkill()->meta) * 1000,
skill_meta->number_meta->float_time * 1000,
#else
phase->param2.GetInt() * 1000,
#endif