Merge pull request #5 from KobaltBlu/Playerbot

fix: illegal instruction error in Creature.cpp:3470
This commit is contained in:
ZhengPeiRu21
2022-07-21 09:07:48 -06:00
committed by GitHub

View File

@@ -3469,6 +3469,8 @@ 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