mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
remove shoot from warlock default action
This commit is contained in:
parent
c21b534e47
commit
403da69e9d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user