This commit is contained in:
aozhiwei 2022-12-27 13:34:21 +08:00
parent 83d2d6d05c
commit ab2c3bc867

View File

@ -1029,9 +1029,7 @@ void Creature::ProcSkillPhase(const mt::SkillPhase* phase)
target_distance, target_distance,
0, 0,
0); 0);
#if 0
SetAttackDir(old_attack_dir); SetAttackDir(old_attack_dir);
#endif
} }
} }
} else { } else {
@ -1056,9 +1054,7 @@ void Creature::ProcSkillPhase(const mt::SkillPhase* phase)
target_distance, target_distance,
0, 0,
0); 0);
#if 0
SetAttackDir(old_attack_dir); SetAttackDir(old_attack_dir);
#endif
} }
} }
} }