mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
add passive stance checks to commands and loading/saving. shouldn't be `
This commit is contained in:
@@ -57,6 +57,10 @@ void bot_command_distance_ranged(Client* c, const Seperator* sep)
|
||||
int success_count = 0;
|
||||
|
||||
for (auto my_bot : sbl) {
|
||||
if (my_bot->BotPassiveCheck()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!first_found) {
|
||||
first_found = my_bot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user