mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Move bot_list from std::list to std::unordered_map like other entities
This commit is contained in:
@@ -1814,7 +1814,7 @@ int helper_bot_follow_option_chain(Client* bot_owner)
|
||||
return 0;
|
||||
}
|
||||
|
||||
std::list<Bot*> sbl;
|
||||
std::vector<Bot*> sbl;
|
||||
MyBots::PopulateSBL_BySpawnedBots(bot_owner, sbl);
|
||||
if (sbl.empty()) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user