mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Remove floating logic, fix for some bestz logic
This commit is contained in:
+1
-1
@@ -2723,7 +2723,7 @@ void Bot::AI_Process() {
|
||||
|
||||
// Fix Z when following during pull, not when engaged and stationary
|
||||
if (IsMoving() && fix_z_timer_engaged.Check()) {
|
||||
FixZ();
|
||||
TryFixZ();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user