mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-15 08:06:11 +00:00
[Random bots] Ensure teleport after randomize
This commit is contained in:
@@ -15,8 +15,6 @@ class AutoTeleportForLevelAction : public Action
|
||||
AutoTeleportForLevelAction(PlayerbotAI* botAI, std::string const name = "auto teleport for level") : Action(botAI, name) { }
|
||||
|
||||
bool Execute(Event event);
|
||||
private:
|
||||
void AutoUpgradeEquip();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user