mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +08:00
Compile bug fixes.
This commit is contained in:
@@ -15,14 +15,14 @@ class GenericWarlockStrategyActionNodeFactory : public NamedObjectFactory<Action
|
||||
}
|
||||
|
||||
private:
|
||||
//static ActionNode* summon_voidwalker([[maybe_unused]] PlayerbotAI* botAI) // unused param - whipowill
|
||||
//static ActionNode* summon_voidwalker([[maybe_unused]] PlayerbotAI* botAI)
|
||||
//{
|
||||
//return new ActionNode ("summon voidwalker",
|
||||
/*P*/ //nullptr,
|
||||
/*A*/ //NextAction::array(0, new NextAction("drain soul"), nullptr),
|
||||
/*C*/ //nullptr);
|
||||
//}
|
||||
static ActionNode* banish([[maybe_unused]] PlayerbotAI* botAI) // unused param - whipowill
|
||||
static ActionNode* banish([[maybe_unused]] PlayerbotAI* botAI)
|
||||
{
|
||||
return new ActionNode ("banish",
|
||||
/*P*/ nullptr,
|
||||
|
||||
Reference in New Issue
Block a user