mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
And another typo fix
This commit is contained in:
@@ -943,5 +943,5 @@ void PathGenerator::ReducePathLenghtByDist(float dist)
|
||||
|
||||
bool PathGenerator::IsInvalidDestinationZ(Unit const* target) const
|
||||
{
|
||||
(target->GetPositionZ() - GetActualEndPosition().z) > 5.0f;
|
||||
return (target->GetPositionZ() - GetActualEndPosition().z) > 5.0f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user