diff --git a/zone/bot.cpp b/zone/bot.cpp index b632accf4..d791020ad 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -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)) {