mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 17:09:08 +00:00
Compile bug fixes.
This commit is contained in:
@@ -14,7 +14,7 @@ class DpsWarlockStrategyActionNodeFactory : public NamedObjectFactory<ActionNode
|
||||
}
|
||||
|
||||
private:
|
||||
static ActionNode* shadow_bolt([[maybe_unused]] PlayerbotAI* botAI) // unused param - whipowill
|
||||
static ActionNode* shadow_bolt([[maybe_unused]] PlayerbotAI* botAI)
|
||||
{
|
||||
return new ActionNode ("shadow bolt",
|
||||
/*P*/ nullptr,
|
||||
|
||||
Reference in New Issue
Block a user