mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-21 20:46:22 +00:00
[optimization] Fixed several compilation warnings
This commit is contained in:
@@ -17,7 +17,7 @@ class RpgHelper : public AiObject
|
||||
{
|
||||
public:
|
||||
RpgHelper(PlayerbotAI* botAI) : AiObject(botAI) { }
|
||||
|
||||
virtual ~RpgHelper() = default;
|
||||
void OnExecute(std::string nextAction = "rpg");
|
||||
void BeforeExecute();
|
||||
void AfterExecute(bool doDelay = true, bool waitForGroup = false);
|
||||
|
||||
Reference in New Issue
Block a user