This commit is contained in:
aozhiwei 2022-12-27 13:27:23 +08:00
parent e3d4487c91
commit 959a04156d

View File

@ -839,11 +839,7 @@ void Creature::DoSkill(int skill_id,
DoSkillPreProc(skill_id, target_id, target_pos);
ResetSkill();
skill_target_id_ = target_id;
// 999
#if 1
#else
skill_target_pos_ = target_pos;
#endif
skill_dir_ = skill_dir;
skill_distance_ = skill_distance;
curr_skill_ = skill;