mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
Fix merge conflicts
This commit is contained in:
@@ -3461,8 +3461,6 @@ bool Creature::SetCannotReachTarget(bool cannotReach, bool isChase /*= true*/)
|
|||||||
|
|
||||||
if (cannotReach)
|
if (cannotReach)
|
||||||
LOG_DEBUG("entities.unit", "Creature::SetCannotReachTarget() called with true. Details: {}", GetDebugInfo());
|
LOG_DEBUG("entities.unit", "Creature::SetCannotReachTarget() called with true. Details: {}", GetDebugInfo());
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
time_t Creature::GetLastDamagedTime() const
|
time_t Creature::GetLastDamagedTime() const
|
||||||
|
|||||||
@@ -456,6 +456,7 @@ private:
|
|||||||
|
|
||||||
mutable std::shared_ptr<time_t> _lastDamagedTime; // Part of Evade mechanics
|
mutable std::shared_ptr<time_t> _lastDamagedTime; // Part of Evade mechanics
|
||||||
|
|
||||||
|
bool m_cannotReachTarget;
|
||||||
uint32 m_cannotReachTimer;
|
uint32 m_cannotReachTimer;
|
||||||
|
|
||||||
Spell const* _focusSpell; ///> Locks the target during spell cast for proper facing
|
Spell const* _focusSpell; ///> Locks the target during spell cast for proper facing
|
||||||
|
|||||||
Reference in New Issue
Block a user