mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Compile bug fixes.
This commit is contained in:
@@ -16,7 +16,7 @@ class GenericMageNonCombatStrategyActionNodeFactory : public NamedObjectFactory<
|
||||
}
|
||||
|
||||
private:
|
||||
static ActionNode* molten_armor([[maybe_unused]] PlayerbotAI* botAI) // unused param - whipowill
|
||||
static ActionNode* molten_armor([[maybe_unused]] PlayerbotAI* botAI)
|
||||
{
|
||||
return new ActionNode ("molten armor",
|
||||
/*P*/ nullptr,
|
||||
@@ -24,7 +24,7 @@ class GenericMageNonCombatStrategyActionNodeFactory : public NamedObjectFactory<
|
||||
/*C*/ nullptr);
|
||||
}
|
||||
|
||||
static ActionNode* mage_armor([[maybe_unused]] PlayerbotAI* botAI) // unused param - whipowill
|
||||
static ActionNode* mage_armor([[maybe_unused]] PlayerbotAI* botAI)
|
||||
{
|
||||
return new ActionNode ("mage armor",
|
||||
/*P*/ nullptr,
|
||||
@@ -32,7 +32,7 @@ class GenericMageNonCombatStrategyActionNodeFactory : public NamedObjectFactory<
|
||||
/*C*/ nullptr);
|
||||
}
|
||||
|
||||
static ActionNode* ice_armor([[maybe_unused]] PlayerbotAI* botAI) // unused param - whipowill
|
||||
static ActionNode* ice_armor([[maybe_unused]] PlayerbotAI* botAI)
|
||||
{
|
||||
return new ActionNode ("ice armor",
|
||||
/*P*/ nullptr,
|
||||
|
||||
Reference in New Issue
Block a user