Update bot.cpp

This commit is contained in:
nytmyr
2024-12-13 15:39:35 -06:00
parent 42ff352917
commit 606cc11040
-12
View File
@@ -2086,13 +2086,6 @@ void Bot::AI_Process()
}
}
SetFollowID(follow_mob->GetID());
if (!follow_mob || !IsInGroupOrRaid(follow_mob)) {
follow_mob = leash_owner;
}
}
SetFollowID(follow_mob->GetID());
SetBerserkState();
@@ -2340,11 +2333,6 @@ void Bot::AI_Process()
}
}
if (!TargetValidation(tar)) { return; }
}
}
// ENGAGED NOT AT COMBAT RANGE
else if (!TryPursueTarget(leash_distance, Goal)) {