mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 14:36:37 +00:00
[Pathing] Improvements to z-clipping, z-recovery and z-calculations (#2975)
* zclip adjustments * Remove debug
This commit is contained in:
@@ -1427,6 +1427,8 @@ protected:
|
||||
int _GetRunSpeed() const;
|
||||
int _GetFearSpeed() const;
|
||||
|
||||
Timer m_z_clip_check_timer;
|
||||
|
||||
virtual bool AI_EngagedCastCheck() { return(false); }
|
||||
virtual bool AI_PursueCastCheck() { return(false); }
|
||||
virtual bool AI_IdleCastCheck() { return(false); }
|
||||
|
||||
Reference in New Issue
Block a user