fix: illegal instruction error in Creature.cpp:3470

This commit is contained in:
KobaltBlu
2022-07-20 00:50:00 -04:00
parent efd245daf5
commit 55510b18e6

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