mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Modified bot command 'pull' to ignore engaged targets
This commit is contained in:
+1
-1
@@ -2825,7 +2825,7 @@ void Bot::AI_Process()
|
||||
|
||||
return;
|
||||
}
|
||||
else if (HasTargetReflection()) {
|
||||
else if (GetTarget()->GetHateList().size()) {
|
||||
|
||||
WipeHateList();
|
||||
SetTarget(nullptr);
|
||||
|
||||
Reference in New Issue
Block a user