mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 11:36:36 +00:00
Changes to various path finding behavior
This commit is contained in:
+1
-1
@@ -954,7 +954,7 @@ bool Mob::CombatRange(Mob* other)
|
||||
if (_DistNoRoot <= size_mod)
|
||||
{
|
||||
//A hack to kill an exploit till we get something better.
|
||||
if (flymode == GravityBehavior::Ground && _zDist > 500 && !CheckLastLosState()) {
|
||||
if (flymode != GravityBehavior::Flying && _zDist > 500 && !CheckLastLosState()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user