mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Improvement] Flee Overhaul (#4407)
* Lots of flee updates primarily based on TAKPs source * Update Values to EQEmu values. * Add rule * Adjustments to fear pathing * Flee/Pathing adjustments (More TAKP code adjusted) * updates * Updates (Massaged functions from TAKP source) --------- Co-authored-by: Kinglykrab <kinglykrab@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ IPathfinder::IPath PathfinderNull::FindPath(const glm::vec3 &start, const glm::v
|
||||
return ret;
|
||||
}
|
||||
|
||||
glm::vec3 PathfinderNull::GetRandomLocation(const glm::vec3 &start)
|
||||
glm::vec3 PathfinderNull::GetRandomLocation(const glm::vec3 &start, int flags)
|
||||
{
|
||||
return glm::vec3(0.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user