mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Removed bot freezing at startup and system message, not relevant anymore (#1519)
This commit is contained in:
@@ -611,7 +611,6 @@ private:
|
||||
Item* FindItemInInventory(std::function<bool(ItemTemplate const*)> checkItem) const;
|
||||
void HandleCommands();
|
||||
void HandleCommand(uint32 type, const std::string& text, Player& fromPlayer, const uint32 lang = LANG_UNIVERSAL);
|
||||
bool _isBotInitializing = false;
|
||||
|
||||
protected:
|
||||
Player* bot;
|
||||
|
||||
Reference in New Issue
Block a user