fully implement ^pull logic to always return, can still be overidden by ^attack

This commit is contained in:
nytmyr
2024-12-04 20:56:09 -06:00
parent cc5efa4372
commit 6c19f3dbda
2 changed files with 38 additions and 14 deletions
+1 -1
View File
@@ -932,7 +932,7 @@ public:
);
bool PullingFlagChecks(Client* bot_owner);
bool ReturningFlagChecks(Client* bot_owner, float fm_distance);
bool ReturningFlagChecks(Client* bot_owner, Mob* leash_owner, float fm_distance);
void BotPullerProcess(Client* bot_owner, Raid* raid);