mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08: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