mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
remove shoot from warlock default action
This commit is contained in:
@@ -38,7 +38,7 @@ GenericWarlockStrategy::GenericWarlockStrategy(PlayerbotAI* botAI) : CombatStrat
|
||||
|
||||
NextAction** GenericWarlockStrategy::getDefaultActions()
|
||||
{
|
||||
return NextAction::array(0, new NextAction("shoot", 10.0f), nullptr);
|
||||
return NextAction::array(0, nullptr);
|
||||
}
|
||||
|
||||
void GenericWarlockStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
|
||||
Reference in New Issue
Block a user