Temporary bot impl until further work can be done

This commit is contained in:
Uleat
2020-01-04 01:56:38 -05:00
parent 958a6d939e
commit e5ec277b5e
2 changed files with 46 additions and 0 deletions
+2
View File
@@ -579,6 +579,8 @@ private:
bool Bot_AICheckCloseBeneficialSpells(Bot* caster, uint8 iChance, float iRange, uint32 iSpellTypes); // TODO: Evaluate this closesly in hopes to eliminate
void ShowSpawnWindow(Client* client, int Distance, bool NamedOnly); // TODO: Implement ShowSpawnWindow in the bot class but it needs entity list stuff
void ScanCloseClientMobs(std::unordered_map<uint16, Mob*>& close_mobs, Mob* scanning_mob);
private:
std::list<Bot*> bot_list;
#endif