Fix merge conflicts

This commit is contained in:
郑佩茹
2022-06-21 13:24:33 -06:00
parent 98c22aa96d
commit 67e9f2fd35
2 changed files with 1 additions and 2 deletions

View File

@@ -3461,8 +3461,6 @@ bool Creature::SetCannotReachTarget(bool cannotReach, bool isChase /*= true*/)
if (cannotReach)
LOG_DEBUG("entities.unit", "Creature::SetCannotReachTarget() called with true. Details: {}", GetDebugInfo());
return true;
}
time_t Creature::GetLastDamagedTime() const

View File

@@ -456,6 +456,7 @@ private:
mutable std::shared_ptr<time_t> _lastDamagedTime; // Part of Evade mechanics
bool m_cannotReachTarget;
uint32 m_cannotReachTimer;
Spell const* _focusSpell; ///> Locks the target during spell cast for proper facing