mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
Merge pull request #5 from KobaltBlu/Playerbot
fix: illegal instruction error in Creature.cpp:3470
This commit is contained in:
@@ -3469,6 +3469,8 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user