mirror of
https://git.vectorsigma.ru/public/mod-playerbots.git
synced 2026-08-06 12:59:13 +00:00
fix hunter auto shot
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
|
||||
void HunterBuffDpsStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
{
|
||||
triggers.push_back(new TriggerNode("aspect of the hawk", NextAction::array(0, new NextAction("aspect of the dragonhawk", 90.0f), nullptr)));
|
||||
triggers.push_back(new TriggerNode("aspect of the hawk", NextAction::array(0, new NextAction("aspect of the hawk", 90.0f), nullptr)));
|
||||
triggers.push_back(new TriggerNode("aspect of the hawk", NextAction::array(0,
|
||||
new NextAction("aspect of the dragonhawk", 90.0f),
|
||||
new NextAction("aspect of the hawk", 89.0f),nullptr)));
|
||||
}
|
||||
|
||||
void HunterNatureResistanceStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
|
||||
Reference in New Issue
Block a user