mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +00:00
Remove unused no_pets option from GatherSpellTargets
This commit is contained in:
+1
-1
@@ -12656,7 +12656,7 @@ void Bot::AssignBotSpellsToTypes(std::vector<BotSpells>& AIBot_spells, std::unor
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<Mob*> Bot::GatherSpellTargets(bool entire_raid, Mob* target, bool no_clients, bool no_bots, bool no_pets) {
|
||||
std::vector<Mob*> Bot::GatherSpellTargets(bool entire_raid, Mob* target, bool no_clients, bool no_bots) {
|
||||
std::vector<Mob*> valid_spell_targets;
|
||||
|
||||
auto is_valid_target = [no_clients, no_bots](Mob* member) {
|
||||
|
||||
Reference in New Issue
Block a user