mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-15 08:06:11 +00:00
Compile bug fixes.
This commit is contained in:
@@ -16,7 +16,7 @@ class Multiplier : public AiNamedObject
|
||||
Multiplier(PlayerbotAI* botAI, std::string const name) : AiNamedObject(botAI, name) {}
|
||||
virtual ~Multiplier() { }
|
||||
|
||||
virtual float GetValue([[maybe_unused]] Action* action) { return 1.0f; } // unused param - whipowill
|
||||
virtual float GetValue([[maybe_unused]] Action* action) { return 1.0f; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user