mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-22 13:06:23 +00:00
[optimization] Fixed several compilation warnings
This commit is contained in:
@@ -17,7 +17,7 @@ class Formation : public AiNamedObject
|
||||
{
|
||||
public:
|
||||
Formation(PlayerbotAI* botAI, std::string const name) : AiNamedObject(botAI, name) { }
|
||||
|
||||
virtual ~Formation() = default;
|
||||
virtual std::string const GetTargetName() { return ""; }
|
||||
virtual WorldLocation GetLocation() { return NullLocation; }
|
||||
virtual float GetMaxDistance() { return sPlayerbotAIConfig->followDistance; }
|
||||
|
||||
Reference in New Issue
Block a user