mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-19 01:54:35 +00:00
- Added Iron Assembly Rune of Power strategy (#1275)
This commit is contained in:
@@ -68,6 +68,10 @@ void RaidUlduarStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
"iron assembly overload trigger",
|
||||
NextAction::array(0, new NextAction("iron assembly overload action", ACTION_RAID), nullptr)));
|
||||
|
||||
triggers.push_back(new TriggerNode(
|
||||
"iron assembly rune of power trigger",
|
||||
NextAction::array(0, new NextAction("iron assembly rune of power action", ACTION_RAID), nullptr)));
|
||||
|
||||
//
|
||||
// Kologarn
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user