mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 11:36:36 +00:00
Move bot_list from std::list to std::unordered_map like other entities
This commit is contained in:
@@ -11,7 +11,7 @@ void bot_command_pick_lock(Client *c, const Seperator *sep)
|
||||
return;
|
||||
}
|
||||
|
||||
std::list<Bot*> sbl;
|
||||
std::vector<Bot*> sbl;
|
||||
MyBots::PopulateSBL_BySpawnedBots(c, sbl);
|
||||
|
||||
float pick_lock_value = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user