2024-11-6

correct problems of forge of souls bronjahm strategy

2024-11-6
This commit is contained in:
姜耀
2024-11-06 20:02:05 +08:00
parent 2b358bc7b7
commit cb281c7ebd
5 changed files with 32 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ void WotlkDungeonFoSStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
triggers.push_back(new TriggerNode(
"switch to soul fragment", NextAction::array(0, new NextAction("attack corrupted soul fragment", ACTION_RAID + 1), nullptr)));
triggers.push_back(new TriggerNode("bronjahm position",
NextAction::array(0, new NextAction("bronjahm position", ACTION_RAID + 1), nullptr)));
NextAction::array(0, new NextAction("bronjahm group position", ACTION_RAID + 1), nullptr)));
}
void WotlkDungeonFoSStrategy::InitMultipliers(std::vector<Multiplier*>& multipliers)